Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BeeBombshell/Python-DSA
/ __init__
Method
__init__
Tree Data Structure/binarytree.py:9–10 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
7
#class made for tree
8
class
Tree:
9
def
__init__(self):
10
self.root = None
11
12
def
getRoot(self):
13
return
self.root
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected