Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PiLiDAR/PiLiDAR
/ binary_utils.py
File
binary_utils.py
lib/binary_utils.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
binascii
2
3
def
hex_from_bytes(byte_string, spaced=False):
4
""
"Return the hexadecimal representation of the binary data. Every byte of
Callers
nothing calls this directly
Calls
2
bytes_from_hex
Function · 0.85
hex_from_bytes
Function · 0.85
Tested by
no test coverage detected