MCPcopy
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

decompileFunction · 0.70

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected