MCPcopy Index your code
hub / github.com/jwasham/practice-python / garbage_collection.py

File garbage_collection.py

experiments/garbage_collection.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1"""
2Messing around with garbage collection with circular references
3and the gc and sys modules. Sys provides getrefcount()
4"""

Callers

nothing calls this directly

Calls 1

mainFunction · 0.70

Tested by

no test coverage detected