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

Method set_selected

remi/gui.py:3912–3914  ·  view source on GitHub ↗
(self, selected)

Source from the content-addressed store, hash-verified

3910 self.selected = False
3911
3912 def set_selected(self, selected):
3913 self.selected = selected
3914 self.label.css_font_weight = 'bold' if self.selected else 'normal'
3915
3916 @decorate_set_on_listener("(self, emitter)")
3917 @decorate_event

Callers 2

onselectionMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected