Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
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
=)