Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ L
Class
L
Lib/test/test_sys.py:1887–1888 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1885
__slots__ =
'a'
,
'b'
,
'c'
1886
check(D(x=[]), {
'x'
: []},
'3P'
)
1887
class
L(list):
1888
__slots__ =
'a'
,
'b'
,
'c'
1889
check(L(), [],
'3P'
)
1890
class
S(set):
1891
__slots__ =
'a'
,
'b'
,
'c'
Callers
1
test_slots
Method · 0.70
Calls
no outgoing calls
Tested by
1
test_slots
Method · 0.56