Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
7076bef8ba8836a19d5033f4ceb8eb9837de2301
/
.
/
test_foo.py
blob: a27be0fdb47a6972eb0498f168f40b313bbfabce [
file
]
def
foo
(
a
=
3
,
*,
c
,
d
=
2
):
pass
foo
()