MCPcopy Index your code
hub / github.com/python/cpython / _tracked

Method _tracked

Lib/test/test_capi/test_tuple.py:22–23  ·  view source on GitHub ↗
(self, t)

Source from the content-addressed store, hash-verified

20 self.assertFalse(gc.is_tracked(t), t)
21
22 def _tracked(self, t):
23 self.assertTrue(gc.is_tracked(t), t)
24
25 def test_check(self):
26 # Test PyTuple_Check()

Callers 4

test_tuple_newMethod · 0.95
test_tuple_fromarrayMethod · 0.95
test_tuple_packMethod · 0.95
check_tuple_from_pairMethod · 0.95

Calls 1

assertTrueMethod · 0.80

Tested by

no test coverage detected