Sign in
android
/
platform
/
tools
/
idea
/
809cb3e73653399e59e45e0b10749a8e37b85a75
/
.
/
python
/
testData
/
refactoring
/
introduceField
/
py4437.after.py
blob: 07a1331b604a88e6c66f356048bc833f136211df [
file
] [
log
] [
blame
]
class
SomeClass
():
def
__init__
(
self
):
self
.
a
=
''
self
.
x
=
1
def
foo
(
self
):
self
.
a