()
| 269 | |
| 270 | |
| 271 | def test_extern_fn_pattern(): |
| 272 | pattern = ExternFuncPattern("test.blockbuilder.nop") |
| 273 | assert pattern.match(rx.ExternFunc("test.blockbuilder.nop")) |
| 274 | |
| 275 | |
| 276 | def test_op_attr(): |
nothing calls this directly
no test coverage detected
searching dependent graphs…