Searched refs:show_parse (Results 1 – 2 of 2) sorted by relevance
18 from scripts import show_parse92 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)
82 def show_parse(source: str, verbose: bool = False) -> str: function88 print(show_parse(source, verbose))