Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
tools
/
idea
/
c667c1f74abd96a2098520effdd5afdff7f0d34b
/
.
/
python
/
testData
/
quickFixes
/
AddCallSuperQuickFixTest
/
kwargs.py
blob: e5a5ec0fff36106ae05a319199690c5f2f37ebca [
file
] [
log
] [
blame
]
Tor Norbye
c667c1f
2014-05-28 17:06:51 -0700
[
diff
] [
blame^
]
1
class
A
(
object
):
2
def
__init__
(
self
):
3
pass
4
5
class
B
(
A
):
6
def
<
warning descr
=
"Call to __init__ of super class is missed"
>
__in
<
caret
>
it__
</
warning
>(
self
,
**
kwargs
):
7
pass