MCPcopy Create free account
hub / github.com/ipython/ipython / show_in_pager

Function show_in_pager

IPython/core/hooks.py:152–155  ·  view source on GitHub ↗

Run a string through pager

(self, data, start, screen_lines)

Source from the content-addressed store, hash-verified

150
151
152def 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
158def pre_prompt_hook(self):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected