index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test_foo.py
blob: a27be0fdb47a6972eb0498f168f40b313bbfabce (
plain
)
1
2
3
def
foo
(
a
=
3
, *,
c
,
d
=
2
):
pass
foo
()