Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
python
/
testData
/
completion
/
superInitParams.py
blob: c6514cc8ec2051a497081198000b05917c2a4955 [
file
] [
log
] [
blame
]
class
B
:
def
__init__
(
self
,
auno
=
True
):
pass
class
C
(
B
):
pass
c
=
C
(
au
<
caret
>)