Sign in
android
/
platform
/
tools
/
idea
/
0f831a730c50607e2ffd95020875af6185e17734
/
.
/
python
/
testData
/
refactoring
/
extractsuperclass
/
moveFields.before.py
blob: 54a167fac430a5b9e59b3d7e10b25abda6bdbdbc [
file
] [
log
] [
blame
]
class
FromClass
(
object
):
CLASS_FIELD
=
42
def
__init__
(
self
):
self
.
instance_field
=
100500