shairubin / fun_with_ast

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

support vararg in lambda #272

Closed shairubin closed 3 months ago

shairubin commented 3 months ago

def init( self, strict=False, should_fallbackfn=lambda *: False, prims_mode_cls=nullcontext, ): pass