Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
python
/
testData
/
override
/
starArgs.py
blob: b3cf3608be615152d328ac34309a3efdc6e55158 [
file
] [
log
] [
blame
]
class
A
:
def
f2
(
self
,
*
args
,
a
=
1
):
pass
class
B
(
A
):
pass