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

Method hasLeftChild

AVL.py:10–11  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

8 self.parent= parent
9
10 def hasLeftChild(self):
11 return self.leftChild
12
13 def hasRightChild(self):
14 return self.rightChild

Callers 5

replaceNodeDataMethod · 0.95
_putMethod · 0.45
spliceOutMethod · 0.45
findMinMethod · 0.45
removeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected