Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
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