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

Method append

editor/editor_widgets.py:712–713  ·  view source on GitHub ↗
(self, widget, key='')

Source from the content-addressed store, hash-verified

710 self.container.css_display = 'flex' if self.opened else 'none'
711
712 def append(self, widget, key=''):
713 return self.container.append(widget, key)
714
715 def remove_child(self, widget):
716 return self.container.remove_child(widget)

Callers 15

append_instanceMethod · 0.45
__init__Method · 0.45
add_commandMethod · 0.45
__init__Method · 0.45
on_listener_selectionMethod · 0.45
__init__Method · 0.45
updateMethod · 0.45
default_iconFunction · 0.45
__init__Method · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected