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