MCPcopy Index your code
hub / github.com/python/mypy / test_load_mem

Method test_load_mem

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

Source from the content-addressed store, hash-verified

748 )
749
750 def test_load_mem(self) -> None:
751 self.assert_emit(LoadMem(bool_rprimitive, self.ptr), """cpy_r_r0 = *(char *)cpy_r_ptr;""")
752
753 def test_set_mem(self) -> None:
754 self.assert_emit(

Callers

nothing calls this directly

Calls 2

assert_emitMethod · 0.95
LoadMemClass · 0.90

Tested by

no test coverage detected