MCPcopy 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

1import binascii
2
3def 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_hexFunction · 0.85
hex_from_bytesFunction · 0.85

Tested by

no test coverage detected