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