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