Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ TupleSubclass
Class
TupleSubclass
Lib/test/test_capi/test_tuple.py:14–15 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
12
PY_SSIZE_T_MAX = _testcapi.PY_SSIZE_T_MAX
13
14
class
TupleSubclass(tuple):
15
pass
16
17
18
class
CAPITest(unittest.TestCase):
Callers
9
test_check
Method · 0.70
test_tuple_checkexact
Method · 0.70
test_tuple_size
Method · 0.70
test_tuple_get_size
Method · 0.70
test_tuple_getitem
Method · 0.70
test_tuple_get_item
Method · 0.70
test_tuple_getslice
Method · 0.70
test_tuple_setitem
Method · 0.70
test_tuple_set_item
Method · 0.70
Calls
no outgoing calls
Tested by
9
test_check
Method · 0.56
test_tuple_checkexact
Method · 0.56
test_tuple_size
Method · 0.56
test_tuple_get_size
Method · 0.56
test_tuple_getitem
Method · 0.56
test_tuple_get_item
Method · 0.56
test_tuple_getslice
Method · 0.56
test_tuple_setitem
Method · 0.56
test_tuple_set_item
Method · 0.56
Used in the wild
real call sites across dependent graphs
searching dependent graphs…