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

Method test_assign_int

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

Source from the content-addressed store, hash-verified

162 )
163
164 def test_assign_int(self) -> None:
165 self.assert_emit(Assign(self.m, self.n), "cpy_r_m = cpy_r_n;")
166
167 def test_int_add(self) -> None:
168 self.assert_emit_binary_op(

Callers

nothing calls this directly

Calls 2

assert_emitMethod · 0.95
AssignClass · 0.90

Tested by

no test coverage detected