MCPcopy Create free account
hub / github.com/dabeaz/python-cookbook / example.py

File example.py

src/8/managing_memory_in_cyclic_data_structures/example.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import weakref
2
3class Node:
4 def __init__(self, value):

Callers

nothing calls this directly

Calls 2

NodeClass · 0.70
add_childMethod · 0.45

Tested by

no test coverage detected