Commit 62d2fc74 authored by Robert Bradshaw's avatar Robert Bradshaw

Test of last two fixes.

parent 762c9d65
cpdef zed(short, long, complex, x):
"""
>>> zed(short=1, long=2, complex=3, x=4)
(1, 2, 3, 4)
"""
return short, long, complex, x
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment