Run a string through pager
(self, data, start, screen_lines)
| 150 | |
| 151 | |
| 152 | def show_in_pager(self, data, start, screen_lines): |
| 153 | """ Run a string through pager """ |
| 154 | # raising TryNext here will use the default paging functionality |
| 155 | raise TryNext |
| 156 | |
| 157 | |
| 158 | def pre_prompt_hook(self): |
nothing calls this directly
no outgoing calls
no test coverage detected