Searched refs:format_tree (Results 1 – 2 of 2) sorted by relevance
61 def format_tree(tree: ast.AST, verbose: bool = False) -> str: function75 sa = format_tree(a, verbose)76 sb = format_tree(b, verbose)84 return format_tree(tree, verbose).rstrip("\n")113 print(format_tree(tree, args.verbose))117 print(format_tree(tree, args.verbose))
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)