Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
tools
/
idea
/
22c956b929bf98cd29cc57ddaecc593066bde86c
/
.
/
python
/
testData
/
quickFixes
/
PyMakeFunctionFromMethodQuickFixTest
/
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