(self, value)
| 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. |
nothing calls this directly
no test coverage detected