Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/rocky/python-uncompyle6
/ write
Function
write
uncompyle6/main.py:103–105 ·
view source on GitHub ↗
(s)
Source
from the content-addressed store, hash-verified
101
real_out = out or sys.stdout
102
103
def
write(s):
104
s +=
"\n"
105
real_out.write(s)
106
107
assert iscode(co), f
""
"{co} does not smell like code"
""
108
Callers
1
decompile
Function · 0.70
Calls
1
write
Method · 0.45
Tested by
no test coverage detected