Home
last modified time | relevance | path

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

/third_party/python/Lib/test/
H A Dtest_ast.py994 src.body.right = ast.copy_location(ast.Num(2), src.body.right)
1002 new = ast.copy_location(src, ast.Call(col_offset=None, lineno=None))
1849 ast.copy_location(new_node, node)
1890 ast.copy_location(new_target, target)
1936 ast.copy_location(new_node, assign.value)
1947 ast.copy_location(new_left, binop.left)
1951 ast.copy_location(new_right, binop.right)
H A Dtest_compile.py1221 ast.copy_location(new_node, old_node)
/third_party/python/Lib/
H A Dast.py180 def copy_location(new_node, old_node): function

Completed in 9 milliseconds