MCPcopy Index your code
hub / github.com/RustPython/RustPython / DequeWithBadIter

Class DequeWithBadIter

Lib/test/test_deque.py:792–794  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

790 __slots__ = ('x', 'y', '__dict__')
791
792class DequeWithBadIter(deque):
793 def __iter__(self):
794 raise TypeError
795
796class TestSubclass(unittest.TestCase):
797

Callers 1

test_pickle_recursiveMethod · 0.85

Calls

no outgoing calls

Tested by 1

test_pickle_recursiveMethod · 0.68