blob: 65995c3264ccbc34f9801bc1bc482230be481e7f [file] [log] [blame]
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 and \
hasattr(old_node, attr):