Override me in subclasses.
(self)
| 2081 | self.on_text_motion, self.on_draw) |
| 2082 | |
| 2083 | def save(self): |
| 2084 | "Override me in subclasses." |
| 2085 | return |
| 2086 | |
| 2087 | def on_text_motion(self, evt): |
| 2088 | if evt == key.MOTION_UP: self.move_selection(steps=-1) |
no outgoing calls
no test coverage detected