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

Method set_value

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

Source from the content-addressed store, hash-verified

2792 self._selected_item = self.children[key]
2793
2794 def set_value(self, value):
2795 self.select_by_value(value)
2796
2797 def select_by_value(self, value):
2798 """Selects a DropDownItem by means of the contained text-

Callers

nothing calls this directly

Calls 1

select_by_valueMethod · 0.95

Tested by

no test coverage detected