Sign in
android
/
platform
/
external
/
python
/
cpython3
/
79cf20e48d
/
.
/
test_foo.py
blob: a27be0fdb47a6972eb0498f168f40b313bbfabce [
file
] [
log
] [
blame
]
def
foo
(
a
=
3
,
*,
c
,
d
=
2
):
pass
foo
()