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

Method remove_child

editor/editor_widgets.py:715–716  ·  view source on GitHub ↗
(self, widget)

Source from the content-addressed store, hash-verified

713 return self.container.append(widget, key)
714
715 def remove_child(self, widget):
716 return self.container.remove_child(widget)
717
718
719class EditorAttributes(gui.VBox):

Callers 15

set_widgetMethod · 0.45
setupMethod · 0.45
menu_new_clickedMethod · 0.45
setupMethod · 0.45
setupMethod · 0.45
_voices_callbackMethod · 0.45
add_coordMethod · 0.45
scaleMethod · 0.45
remove_polyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected