Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
719
class
EditorAttributes(gui.VBox):
Callers
15
set_widget
Method · 0.45
setup
Method · 0.45
menu_new_clicked
Method · 0.45
menu_cut_selection_clicked
Method · 0.45
toolbar_delete_clicked
Method · 0.45
setup
Method · 0.45
setup
Method · 0.45
_voices_callback
Method · 0.45
on_remove_a_label_pressed
Method · 0.45
add_coord
Method · 0.45
scale
Method · 0.45
remove_poly
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected