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

Method test_int_sub

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

Source from the content-addressed store, hash-verified

170 )
171
172 def test_int_sub(self) -> None:
173 self.assert_emit_binary_op(
174 "-", self.n, self.m, self.k, "cpy_r_r0 = CPyTagged_Subtract(cpy_r_m, cpy_r_k);"
175 )
176
177 def test_int_neg(self) -> None:
178 assert int_neg_op.c_function_name is not None

Callers

nothing calls this directly

Calls 1

assert_emit_binary_opMethod · 0.95

Tested by

no test coverage detected