Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
python
/
testData
/
wrap
/
BackslashOnWrap.after.py
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
):