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