Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bedroombuilds/python2rust
/ __init__
Method
__init__
10_smart_pointers/python/bintree.py:4–8 ·
view source on GitHub ↗
(self, value)
Source
from the content-addressed store, hash-verified
2
printed = set()
3
4
def
__init__(self, value):
5
self.parent = None
6
self.left = None
7
self.right = None
8
self.value = value
9
10
def
__repr__(self):
11
try
:
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected