Home
last modified time | relevance | path

Searched refs:show_parse (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Tools/peg_generator/scripts/
Dtest_parse_directory.py18 from scripts import show_parse
92 print(show_parse.format_tree(actual_tree, include_attributes))
97 expected = show_parse.format_tree(expected_tree, include_attributes)
98 actual = show_parse.format_tree(actual_tree, include_attributes)
107 diff = show_parse.diff_trees(expected_tree, actual_tree, include_attributes)
Dshow_parse.py82 def show_parse(source: str, verbose: bool = False) -> str: function
88 print(show_parse(source, verbose))