Searched refs:copy_location (Results 1 - 3 of 3) sorted by relevance
/third_party/python/Lib/test/ |
H A D | test_ast.py | 994 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 D | test_compile.py | 1221 ast.copy_location(new_node, old_node)
|
/third_party/python/Lib/ |
H A D | ast.py | 180 def copy_location(new_node, old_node): function
|
Completed in 9 milliseconds