shairubin / fun_with_ast

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

lambda fails to match #269

Closed shairubin closed 3 months ago

shairubin commented 4 months ago

def initialize(self) -> None: atexit.register(lambda: self.terminate())