Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ _not_tracked
Method
_not_tracked
Lib/test/test_capi/test_tuple.py:19–20 ·
view source on GitHub ↗
(self, t)
Source
from the content-addressed store, hash-verified
17
18
class
CAPITest(unittest.TestCase):
19
def
_not_tracked(self, t):
20
self.assertFalse(gc.is_tracked(t), t)
21
22
def
_tracked(self, t):
23
self.assertTrue(gc.is_tracked(t), t)
Callers
4
test_tuple_new
Method · 0.95
test_tuple_fromarray
Method · 0.95
test_tuple_pack
Method · 0.95
check_tuple_from_pair
Method · 0.95
Calls
1
assertFalse
Method · 0.80
Tested by
no test coverage detected