Home
last modified time | relevance | path

Searched refs:fix_missing_locations (Results 1 - 3 of 3) sorted by relevance

/third_party/python/Lib/test/
H A Dtest_ast.py682 ast.fix_missing_locations(m)
690 ast.fix_missing_locations(e)
804 ast.fix_missing_locations(expr)
1012 self.assertEqual(src, ast.fix_missing_locations(src))
1281 ast.fix_missing_locations(mod)
1835 node = ast.fix_missing_locations(node)
H A Dtest_compile.py1222 ast.fix_missing_locations(new_node)
/third_party/python/Lib/
H A Dast.py197 def fix_missing_locations(node): function

Completed in 8 milliseconds