Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
python
/
testData
/
quickFixes
/
PyMoveAttributeToInitQuickFixTest
/
py3K.py
blob: 453532b9d932a14c6dee0a1e02a706d832f05230 [
file
] [
log
] [
blame
]
class
Base
():
def
__init__
(
self
):
self
.
param
=
2
class
Child
(
Base
):
def
f
(
self
):
sel
<
caret
>
f
.
my
=
1