(self)
| 350 | ) |
| 351 | |
| 352 | def test_box_int(self) -> None: |
| 353 | self.assert_emit(Box(self.n), """cpy_r_r0 = CPyTagged_StealAsObject(cpy_r_n);""") |
| 354 | |
| 355 | def test_unbox_int(self) -> None: |
| 356 | self.assert_emit( |
nothing calls this directly
no test coverage detected