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

Method onselection

remi/gui.py:3923–3925  ·  view source on GitHub ↗
(self, widget)

Source from the content-addressed store, hash-verified

3921 @decorate_set_on_listener("(self, emitter)")
3922 @decorate_event
3923 def onselection(self, widget):
3924 self.set_selected(not self.selected)
3925 return ()
3926
3927 def set_text(self, t):
3928 self.children['text'].set_text(t)

Callers

nothing calls this directly

Calls 1

set_selectedMethod · 0.95

Tested by

no test coverage detected