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

Function parse_test

uncompyle6/parser.py:925–930  ·  view source on GitHub ↗
(co)

Source from the content-addressed store, hash-verified

923if __name__ == "__main__":
924
925 def parse_test(co):
926 from xdis import IS_PYPY, PYTHON_VERSION_TRIPLE
927
928 ast = python_parser(PYTHON_VERSION_TRIPLE, co, showasm=True, is_pypy=IS_PYPY)
929 print(ast)
930 return
931
932 parse_test(parse_test.__code__)

Callers 1

parser.pyFile · 0.85

Calls 1

python_parserFunction · 0.85

Tested by

no test coverage detected