MCPcopy Index your code
hub / github.com/rocky/python-uncompyle6 / deparse_test

Function deparse_test

uncompyle6/semantics/pysource.py:1489–1494  ·  view source on GitHub ↗

This is a docstring

(co)

Source from the content-addressed store, hash-verified

1487if __name__ == "__main__":
1488
1489 def deparse_test(co):
1490 """This is a docstring"""
1491 s = deparse_code2str(co)
1492 # s = deparse_code2str(co, debug_opts={"asm": "after", "tree": {'before': False, 'after': False}})
1493 print(s)
1494 return
1495
1496 deparse_test(deparse_test.__code__)

Callers 1

pysource.pyFile · 0.70

Calls 1

deparse_code2strFunction · 0.85

Tested by

no test coverage detected