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