(self)
| 120 | return OptionItem(self, opt, pos == self.index, self.maxlen, editing) |
| 121 | |
| 122 | def get_focus(self): |
| 123 | return self.focus_obj, self.index |
| 124 | |
| 125 | def set_focus(self, index): |
| 126 | self.editing = False |
no outgoing calls
no test coverage detected