Function
pre_visit_local_function
(self: Parser, node: doc.Expr)
Source from the content-addressed store, hash-verified
| 290 | |
| 291 | @dispatch.register(token="relax", type_name="pre_visit_local_function") |
| 292 | def pre_visit_local_function(self: Parser, node: doc.Expr) -> None: |
| 293 | ir_builder = IRBuilder() |
| 294 | ir_builder.__enter__() |
| 295 | |
| 296 | |
| 297 | @dispatch.register(token="relax", type_name="post_visit_local_function") |
Callers
nothing calls this directly
Tested by
no test coverage detected
Used in the wild real call sites across dependent graphs
searching dependent graphs…