MCPcopy 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
59if __name__ == "__main__":

Callers

nothing calls this directly

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected