MCPcopy 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

12PY_SSIZE_T_MAX = _testcapi.PY_SSIZE_T_MAX
13
14class TupleSubclass(tuple):
15 pass
16
17
18class CAPITest(unittest.TestCase):

Callers 9

test_checkMethod · 0.70
test_tuple_checkexactMethod · 0.70
test_tuple_sizeMethod · 0.70
test_tuple_get_sizeMethod · 0.70
test_tuple_getitemMethod · 0.70
test_tuple_get_itemMethod · 0.70
test_tuple_getsliceMethod · 0.70
test_tuple_setitemMethod · 0.70
test_tuple_set_itemMethod · 0.70

Calls

no outgoing calls

Tested by 9

test_checkMethod · 0.56
test_tuple_checkexactMethod · 0.56
test_tuple_sizeMethod · 0.56
test_tuple_get_sizeMethod · 0.56
test_tuple_getitemMethod · 0.56
test_tuple_get_itemMethod · 0.56
test_tuple_getsliceMethod · 0.56
test_tuple_setitemMethod · 0.56
test_tuple_set_itemMethod · 0.56

Used in the wild real call sites across dependent graphs

searching dependent graphs…