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

Method set_value

remi/gui.py:2690–2691  ·  view source on GitHub ↗
(self, value)

Source from the content-addressed store, hash-verified

2688 self._selected_item = self.children[key]
2689
2690 def set_value(self, value):
2691 self.select_by_value(value)
2692
2693 def select_by_value(self, value):
2694 """Selects an item by the text content of the child.

Callers

nothing calls this directly

Calls 1

select_by_valueMethod · 0.95

Tested by

no test coverage detected