MCPcopy
hub / github.com/Jack-Lee-Hiter/AlgorithmsByPython / getRightChild

Method getRightChild

BinaryTree.py:23–24  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

21 self.rightChild = t
22
23 def getRightChild(self):
24 return self.rightChild
25
26 def getLeftChild(self):
27 return self.leftChild

Callers 6

buildParseTreeFunction · 0.80
evaluateFunction · 0.80
postorderFunction · 0.80
postorderevalFunction · 0.80
inorderFunction · 0.80
printexpFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected