Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
tools
/
idea
/
c7287d14ff9afb2ae3cc26fa670a0da3aaf16965
/
.
/
python
/
testData
/
override
/
simple.py
blob: 6a4ee14205bed7af46053ce967bda47c3dd44212 [
file
] [
log
] [
blame
]
class
A
:
def
doStuff
(
self
,
foo
=
True
):
pass
class
B
(
A
):
def
otherMethod
(
self
,
foo
,
bar
):
print
foo
,
bar