MCPcopy 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
785class Deque(deque):
786 pass
787
788class DequeWithSlots(deque):
789 __slots__ = ('x', 'y', '__dict__')

Callers 2

test_basicsMethod · 0.85
test_pickle_recursiveMethod · 0.85

Calls

no outgoing calls

Tested by 2

test_basicsMethod · 0.68
test_pickle_recursiveMethod · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…