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

Class ListSubclass

Lib/test/test_capi/test_list.py:11–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9PY_SSIZE_T_MAX = _testcapi.PY_SSIZE_T_MAX
10
11class ListSubclass(list):
12 pass
13
14
15class DelAppend:

Callers 5

test_checkMethod · 0.85
test_list_check_exactMethod · 0.85
test_list_sizeMethod · 0.85
test_list_get_sizeMethod · 0.85
test_list_sortMethod · 0.85

Calls

no outgoing calls

Tested by 5

test_checkMethod · 0.68
test_list_check_exactMethod · 0.68
test_list_sizeMethod · 0.68
test_list_get_sizeMethod · 0.68
test_list_sortMethod · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…