MCPcopy Create free account
hub / github.com/subbarayudu-j/TheAlgorithms-Python / left

Method left

data_structures/avl.py:27–28  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

25
26 @property
27 def left(self):
28 return self._left
29
30 @left.setter
31 def left(self, node):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected