Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ Deque
Class
Deque
Lib/test/test_deque.py:785–786 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
783
self.assertRaises(RuntimeError, next, it)
784
785
class
Deque(deque):
786
pass
787
788
class
DequeWithSlots(deque):
789
__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
Used in the wild
real call sites across dependent graphs
searching dependent graphs…