Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/Jack-Lee-Hiter/AlgorithmsByPython
/ setRootVal
Method
setRootVal
BinaryTree.py:29–30 ·
view source on GitHub ↗
(self, obj)
Source
from the content-addressed store, hash-verified
27
return
self.leftChild
28
29
def
setRootVal(self, obj):
30
self.key = obj
31
32
def
getRootVal(self):
33
return
self.key
Callers
1
buildParseTree
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected