MCPcopy
hub / github.com/imnowdevops/ddc-material / iterbytes

Function iterbytes

16.Python/Python-Scripts/get-pip.py:37–38  ·  view source on GitHub ↗
(buf)

Source from the content-addressed store, hash-verified

35 iterbytes = iter
36else:
37 def iterbytes(buf):
38 return (ord(byte) for byte in buf)
39
40try:
41 from base64 import b85decode

Callers 1

b85decodeFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected