Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
python
/
testData
/
quickFixes
/
PyMakeMethodStaticQuickFixTest
/
noSelf.py
blob: 9215e8f865779620fa4ecd7e5fe502fb4ab031d7 [
file
] [
log
] [
blame
]
__author__
=
'ktisha'
class
Child
(
Base
):
def
__init__
(
self
):
super
(
Child
,
self
).
__init__
()
def
<
caret
>
f
():
test
=
1