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

Function deparse_test

uncompyle6/semantics/aligner.py:211–215  ·  view source on GitHub ↗

This is a docstring

(co)

Source from the content-addressed store, hash-verified

209if __name__ == "__main__":
210
211 def deparse_test(co):
212 "This is a docstring"
213 deparsed = code_deparse_align(co)
214 print(deparsed.text)
215 return
216
217 deparse_test(deparse_test.func_code)

Callers 1

aligner.pyFile · 0.70

Calls 1

code_deparse_alignFunction · 0.85

Tested by

no test coverage detected