Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ C
Class
C
Lib/test/test_set.py:356–357 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
354
def
test_container_iterator(self):
355
# Bug #3680: tp_traverse was not implemented for set iterator object
356
class
C(object):
357
pass
358
obj = C()
359
ref = weakref.ref(obj)
360
container = set([obj, 1])
Callers
10
test_union
Method · 0.70
test_intersection
Method · 0.70
test_isdisjoint
Method · 0.70
test_difference
Method · 0.70
test_symmetric_difference
Method · 0.70
test_container_iterator
Method · 0.70
test_update
Method · 0.70
test_intersection_update
Method · 0.70
test_difference_update
Method · 0.70
test_symmetric_difference_update
Method · 0.70
Calls
no outgoing calls
Tested by
10
test_union
Method · 0.56
test_intersection
Method · 0.56
test_isdisjoint
Method · 0.56
test_difference
Method · 0.56
test_symmetric_difference
Method · 0.56
test_container_iterator
Method · 0.56
test_update
Method · 0.56
test_intersection_update
Method · 0.56
test_difference_update
Method · 0.56
test_symmetric_difference_update
Method · 0.56