Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
python
/
testData
/
wrap
/
BackslashOnWrap.py
blob: 4361dc9e8247a28b82cf276bd22737c1b03eb973 [
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
<
caret
>