Files
python-uncompyle6/test/simple_source/def/03_star_arg.py
rocky e0eba6998f Python packaging - yet again.
Did I ever mention how much Python sucks at packaging?
2016-05-13 22:59:15 -04:00

3 lines
54 B
Python

def main(args=None, *, wrap_timer=None):
return 5