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

Method append

remi/gui.py:2041–2044  ·  view source on GitHub ↗
(self, widget, key='')

Source from the content-addressed store, hash-verified

2039 self.set_widget_layout(key)
2040
2041 def append(self, widget, key=''):
2042 key = Container.append(self, widget, key)
2043 self.set_widget_layout(key)
2044 return key
2045
2046 def set_widget_layout(self, widget_key):
2047 if not ((widget_key in list(self.children.keys()) and (widget_key in list(self.widget_layout_map.keys())))):

Callers

nothing calls this directly

Calls 2

set_widget_layoutMethod · 0.95
appendMethod · 0.45

Tested by

no test coverage detected