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

Method test_dec_ref_tuple

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

Source from the content-addressed store, hash-verified

316 self.assert_emit(DecRef(self.m), "CPyTagged_DecRef(cpy_r_m);", rare=True)
317
318 def test_dec_ref_tuple(self) -> None:
319 self.assert_emit(DecRef(self.t), "CPyTagged_DECREF(cpy_r_t.f0);")
320
321 def test_dec_ref_tuple_nested(self) -> None:
322 self.assert_emit(DecRef(self.tt), "CPyTagged_DECREF(cpy_r_tt.f0.f0);")

Callers

nothing calls this directly

Calls 2

assert_emitMethod · 0.95
DecRefClass · 0.90

Tested by

no test coverage detected