MCPcopy Index your code
hub / github.com/rawpython/remi / get_parent

Method get_parent

remi/gui.py:483–487  ·  view source on GitHub ↗

Returns the parent tag instance or None where not applicable

(self)

Source from the content-addressed store, hash-verified

481 return self.children[key]
482
483 def get_parent(self):
484 """Returns the parent tag instance or None where not applicable
485 """
486
487 return self._parent
488
489 def empty(self):
490 """remove all children from the widget"""

Callers 9

_need_updateMethod · 0.95
on_widget_selectionMethod · 0.80
search_app_instanceMethod · 0.80
search_app_instanceMethod · 0.80
search_app_instanceMethod · 0.80
search_app_instanceMethod · 0.80
search_app_instanceMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected