Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
tools
/
idea
/
3a2425a5aed1bef93dab954745ad5665265eb70b
/
.
/
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