Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ C
Class
C
Lib/test/test_set.py:357–358 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
355
def
test_container_iterator(self):
356
# Bug #3680: tp_traverse was not implemented for set iterator object
357
class
C(object):
358
pass
359
obj = C()
360
ref = weakref.ref(obj)
361
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