Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
python
/
testData
/
quickFixes
/
AddCallSuperQuickFixTest
/
newStyle.py
blob: 7eec148d833f57bf1343791a9d889ce3e3316b7f [
file
] [
log
] [
blame
]
class
A
(
object
):
def
__init__
(
self
):
a
=
1
class
C
(
A
):
def
<
warning descr
=
"Call to __init__ of super class is missed"
>
__i
<
caret
>
nit__
</
warning
>(
self
):
pass
def
foo
(
self
):
pass