Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ Deque
Class
Deque
Lib/test/test_deque.py:786–787 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
784
self.assertRaises(RuntimeError, next, it)
785
786
class
Deque(deque):
787
pass
788
789
class
DequeWithSlots(deque):
790
__slots__ = (
'x'
,
'y'
,
'__dict__'
)
Callers
2
test_basics
Method · 0.85
test_pickle_recursive
Method · 0.85
Calls
no outgoing calls
Tested by
2
test_basics
Method · 0.68
test_pickle_recursive
Method · 0.68