shairubin / fun_with_ast

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

comment ignored #237

Closed shairubin closed 4 months ago

shairubin commented 4 months ago

def forward( ctx, # pyre-ignore[2]: Parameter must be annotated. self: DT, ) -> DT: ctx.previous_placement = self.placements