Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
tools
/
idea
/
c7287d14ff9afb2ae3cc26fa670a0da3aaf16965
/
.
/
python
/
testData
/
completion
/
superMethod.py
blob: fb4ecce615a41de747891b34530c117226144ac5 [
file
] [
log
] [
blame
]
class
Foo
:
def
xyzzy
(
self
,
*
args
,
**
kwargs
):
pass
class
Bar
(
Foo
):
def
xy
<
caret
>