MCPcopy 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_unionMethod · 0.70
test_intersectionMethod · 0.70
test_isdisjointMethod · 0.70
test_differenceMethod · 0.70
test_updateMethod · 0.70

Calls

no outgoing calls

Tested by 10

test_unionMethod · 0.56
test_intersectionMethod · 0.56
test_isdisjointMethod · 0.56
test_differenceMethod · 0.56
test_updateMethod · 0.56