MCPcopy Create free account
hub / github.com/bedroombuilds/python2rust / bintree.py

File bintree.py

10_smart_pointers/python/bintree.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1class Node:
2 printed = set()
3
4 def __init__(self, value):

Callers

nothing calls this directly

Calls 2

NodeClass · 0.70
printFunction · 0.50

Tested by

no test coverage detected