(self)
| 364 | ) |
| 365 | |
| 366 | def test_box_i64(self) -> None: |
| 367 | self.assert_emit(Box(self.i64), """cpy_r_r0 = PyLong_FromLongLong(cpy_r_i64);""") |
| 368 | |
| 369 | def test_unbox_i64(self) -> None: |
| 370 | self.assert_emit( |
nothing calls this directly
no test coverage detected