Sign in
android
/
platform
/
tools
/
idea
/
c7287d14ff9afb2ae3cc26fa670a0da3aaf16965
/
.
/
python
/
testData
/
refactoring
/
rename
/
renameInstanceVar.py
blob: 253e98040c2b7dbf011bb80347f5ea6367d13a56 [
file
] [
log
] [
blame
]
class
Point
:
def
__init__
(
self
,
x
,
y
):
self
.<
caret
>
x
=
x
self
.
y
=
y