shairubin / fun_with_ast

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

function def matcher matches white speaces of next method #300

Closed shairubin closed 1 month ago

shairubin commented 1 month ago

class _ExecOrderTracer: def init(self) -> None: self.exec_info: Optional[_ExecutionInfo] = None XXdef patch_tracer(): pass