GitBucket
Toggle navigation
Snippets
Sign in
Files
Branches
3
Releases
Issues
Pull requests
Labels
Priorities
Milestones
Wiki
Fork
: 0
codedev
/
safe-algo-pro
Transfer to URL with SHA
Find file
Newer
Older
tree:
45b0f42c33
Switch branches
×
dev
master
prod
safe-algo-pro
/
common
/ byte_utils.py
zhangyingjie
on 2 Nov
85 bytes
增加甲烷查询任务及接口
Raw
Blame
History
def format_bytes(data: bytes): return ''.join(f'\\x{byte:02X}' for byte in data)