Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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_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
assertTrue
Method · 0.80
Tested by
no test coverage detected