Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
python
/
testData
/
completion
/
superInitKwParams.after.py
blob: 94256d95fe0e73214e8cbaccfae47d787d6a27a0 [
file
] [
log
] [
blame
]
Tor Norbye
3a2425a5
2013-11-04 10:16:08 -0800
[
diff
] [
blame
]
1
class
B
:
2
def
__init__
(
self
,
auno
=
True
):
pass
3
4
class
C
(
B
):
5
def
__init__
(
self
,
**
kwargs
):
pass
6
7
c
=
C
(
auno
=)