Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ C
Class
C
Lib/test/test_deque.py:732–733 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
730
def
test_container_iterator(self):
731
# Bug #3680: tp_traverse was not implemented for deque iterator objects
732
class
C(object):
733
pass
734
for
i in range(2):
735
obj = C()
736
ref = weakref.ref(obj)
Callers
1
test_container_iterator
Method · 0.70
Calls
no outgoing calls
Tested by
1
test_container_iterator
Method · 0.56