Files
openide/python/testData/wrap/BackslashOnWrap.py
2010-09-22 21:33:57 +04:00

3 lines
159 B
Python

def copy_location(new_node, old_node):
for attr in 'lineno', 'col_offset':
if attr in old_node._attributes and attr in new_node._attributes <caret>