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

Method parent

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

Source from the content-addressed store, hash-verified

35
36 @property
37 def parent(self):
38 return self._parent
39
40 @parent.setter
41 def parent(self, node):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected