Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
python
/
testData
/
completion
/
superInitParams.after.py
blob: 7e830e95a5f4fc780a98a09f8eee2d053fb22035 [
file
] [
log
] [
blame
]
class
B
:
def
__init__
(
self
,
auno
=
True
):
pass
class
C
(
B
):
pass
c
=
C
(
auno
=)