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