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