Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
792
class
DequeWithBadIter(deque):
793
def
__iter__(self):
794
raise
TypeError
795
796
class
TestSubclass(unittest.TestCase):
797
Callers
1
test_pickle_recursive
Method · 0.85
Calls
no outgoing calls
Tested by
1
test_pickle_recursive
Method · 0.68