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

Function parse

uncompyle6/parser.py:653–657  ·  view source on GitHub ↗
(p, tokens, customize, code)

Source from the content-addressed store, hash-verified

651
652
653def parse(p, tokens, customize, code):
654 p.customize_grammar_rules(tokens, customize)
655 ast = p.parse(tokens)
656 # p.cleanup()
657 return ast
658
659
660def get_python_parser(

Callers 3

build_astMethod · 0.90
build_astMethod · 0.90
python_parserFunction · 0.85

Calls 1

Tested by

no test coverage detected