Unconditionally return the plain pager, since _pyrepl is absent.
()
| 107 | sys.stdout.write(text) |
| 108 | |
| 109 | def get_pager(): |
| 110 | """Unconditionally return the plain pager, since _pyrepl is absent.""" |
| 111 | return plain_pager |
| 112 | |
| 113 | # --------------------------------------------------------- old names |
| 114 | getpager = get_pager |
no outgoing calls
no test coverage detected
searching dependent graphs…