The current top window, ignoring overlays.
(self)
| 84 | ) |
| 85 | |
| 86 | def top_window(self): |
| 87 | """ |
| 88 | The current top window, ignoring overlays. |
| 89 | """ |
| 90 | return self.windows[self.stack[-1]] |
| 91 | |
| 92 | def top_widget(self): |
| 93 | """ |
no outgoing calls
no test coverage detected