MCPcopy Index your code
hub / github.com/python/cpython / Dummy

Class Dummy

Lib/test/test_xml_etree.py:2711–2712  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2709
2710 def test_cyclic_gc(self):
2711 class Dummy:
2712 pass
2713
2714 # Test the shortest cycle: d->element->d
2715 d = Dummy()

Callers 1

test_cyclic_gcMethod · 0.70

Calls

no outgoing calls

Tested by 1

test_cyclic_gcMethod · 0.56

Used in the wild real call sites across dependent graphs

searching dependent graphs…