Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
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