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