Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
36
else
:
37
def
iterbytes(buf):
38
return
(ord(byte)
for
byte in buf)
39
40
try
:
41
from
base64
import
b85decode
Callers
1
b85decode
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected