MCPcopy
hub / github.com/rocky/python-uncompyle6 / uncompyle_test

Function uncompyle_test

test/simple-decompile-code-test.py:9–16  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7import sys, inspect
8
9def uncompyle_test():
10 frame = inspect.currentframe()
11 try:
12 co = frame.f_code
13 decompile(sysinfo2float(), co, sys.stdout, 1, 1)
14 print()
15 finally:
16 del frame
17
18uncompyle_test()

Callers 1

Calls 1

decompileFunction · 0.90

Tested by

no test coverage detected