You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-03 08:49:51 +08:00
Python packaging - yet again.
Did I ever mention how much Python sucks at packaging?
This commit is contained in:
2
test/simple_source/def/03_star_arg.py
Normal file
2
test/simple_source/def/03_star_arg.py
Normal file
@@ -0,0 +1,2 @@
|
||||
def main(args=None, *, wrap_timer=None):
|
||||
return 5
|
Reference in New Issue
Block a user