This website requires JavaScript.
Explore
Help
Sign in
languages
/
cpython
Watch
1
Star
0
Fork
You've already forked cpython
0
mirror of
https://github.com/python/cpython
synced
2024-11-02 12:55:22 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
194a9526d8
cpython
/
test_foo.py
Pablo Galindo Salgado
db2b6a20cd
bpo-45445: Fail if an invalid X-option is provided in the command line (GH-28823)
2021-10-13 18:08:19 +01:00
3 lines
40 B
Python
Raw
Blame
History
def
foo
(
a
=
3
,
*
,
c
,
d
=
2
)
:
pass
foo
(
)
Reference in a new issue
View git blame
Copy permalink