summaryrefslogtreecommitdiff
path: root/python/testData/wrap/BackslashOnWrap.py
blob: 4361dc9e8247a28b82cf276bd22737c1b03eb973 (plain)
1
2
3
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>