Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ Dummy
Class
Dummy
Lib/test/test_xml_etree.py:2677–2678 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2675
@unittest.expectedFailure
# TODO: RUSTPYTHON
2676
def
test_cyclic_gc(self):
2677
class
Dummy:
2678
pass
2679
2680
# Test the shortest cycle: d->element->d
2681
d = Dummy()
Callers
1
test_cyclic_gc
Method · 0.70
Calls
no outgoing calls
Tested by
1
test_cyclic_gc
Method · 0.56