shairubin / fun_with_ast

let's have fun manipulating ASTs in Python
Apache License 2.0
0 stars 1 forks source link

support star in args #234

Closed shairubin closed 4 months ago

shairubin commented 4 months ago

def impl(qualname, *, device_types=("cpu", "cuda"), func=None): pass

shairubin commented 4 months ago

it was not a star issue it was a tuple in arguments issue tuples are 'eating' commas