MCPcopy
hub / github.com/Nuitka/Nuitka / from_byte

Function from_byte

nuitka/__past__.py:104–106  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

102 return bytes((value,))
103
104 def from_byte(value):
105 assert type(value) is bytes and len(value) == 1, value
106 return value[0]
107
108
109try:

Callers

nothing calls this directly

Calls 1

lenFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…