MCPcopy Create free account
hub / github.com/python/mypy / test_box_i64

Method test_box_i64

mypyc/test/test_emitfunc.py:366–367  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

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(

Callers

nothing calls this directly

Calls 2

assert_emitMethod · 0.95
BoxClass · 0.90

Tested by

no test coverage detected