Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ FS
Class
FS
Lib/test/test_sys.py:1874–1875 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1872
__slots__ =
'a'
,
'b'
,
'c'
1873
check(S(), set(),
'3P'
)
1874
class
FS(frozenset):
1875
__slots__ =
'a'
,
'b'
,
'c'
1876
check(FS(), frozenset(),
'3P'
)
1877
from
collections
import
OrderedDict
1878
class
OD(OrderedDict):
Callers
1
test_slots
Method · 0.70
Calls
no outgoing calls
Tested by
1
test_slots
Method · 0.56