Summary
Shortlog
Changelog
Graph
Tags
Bookmarks
Branches
Files
Help
Search
simplify
Annotated tests/dstar.py
285:6f583cfa39a5
163:9fd0f7c8af6f
2008-07-13
Paul Boddie
file
changeset
files
shortlog
Commit long uncommitted changes.
paulb@163
1
def
f
(
**
k
):
paulb@163
2
c
=
k
[
"a"
]
paulb@163
3
d
=
k
[
"b"
]
paulb@163
4
paulb@163
5
f
(
a
=
1
,
b
=
2
)