(self)
| 33 | self.instance_a = RInstance(ir) |
| 34 | |
| 35 | def test_label(self) -> None: |
| 36 | assert self.emitter.label(BasicBlock(4)) == "CPyL4" |
| 37 | |
| 38 | def test_reg(self) -> None: |
| 39 | names: dict[Value, str] = {self.n: "n"} |
nothing calls this directly
no test coverage detected