simplify

tests/function.py

16:c227a822ddc7
2006-07-15 paulb Added annotation notes.
     1 def f(a, b, c=2, *d, **e):     2     return g(a, b, c=2, *d, **e)