MCPcopy Index your code
hub / github.com/python/cpython / get_pager

Function get_pager

Lib/pydoc.py:109–111  ·  view source on GitHub ↗

Unconditionally return the plain pager, since _pyrepl is absent.

()

Source from the content-addressed store, hash-verified

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

Callers 1

__call__Method · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…