Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
python
/
testData
/
completion
/
superMethod.py
blob: fb4ecce615a41de747891b34530c117226144ac5 [
file
] [
log
] [
blame
]
class
Foo
:
def
xyzzy
(
self
,
*
args
,
**
kwargs
):
pass
class
Bar
(
Foo
):
def
xy
<
caret
>