Summary
Shortlog
Changelog
Graph
Tags
Bookmarks
Branches
Files
Help
Search
simplify
tests/function.py
23:929af7341cec
16:c227a822ddc7
14:7c40ee4eea88
2006-07-15
paulb
raw
annotate
files
changeset
graph
Added annotation notes.
1
def
f
(
a
,
b
,
c
=
2
,
*
d
,
**
e
):
2
return
g
(
a
,
b
,
c
=
2
,
*
d
,
**
e
)