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