Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
9
PY_SSIZE_T_MAX = _testcapi.PY_SSIZE_T_MAX
10
11
class
ListSubclass(list):
12
pass
13
14
15
class
DelAppend:
Callers
5
test_check
Method · 0.85
test_list_check_exact
Method · 0.85
test_list_size
Method · 0.85
test_list_get_size
Method · 0.85
test_list_sort
Method · 0.85
Calls
no outgoing calls
Tested by
5
test_check
Method · 0.68
test_list_check_exact
Method · 0.68
test_list_size
Method · 0.68
test_list_get_size
Method · 0.68
test_list_sort
Method · 0.68
Used in the wild
real call sites across dependent graphs
searching dependent graphs…