MCPcopy 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_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