Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/rawpython/remi
/ on_empty_pressed
Method
on_empty_pressed
examples/append_and_remove_widgets_app.py:55–56 ·
view source on GitHub ↗
(self, emitter)
Source
from the content-addressed store, hash-verified
53
self.lbls_container.remove_child(self.lbls_container.children[key])
54
55
def
on_empty_pressed(self, emitter):
56
self.lbls_container.empty()
57
58
59
if
__name__ ==
"__main__"
:
Callers
nothing calls this directly
Calls
1
empty
Method · 0.45
Tested by
no test coverage detected