MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / pager

Function pager

tools/python-3.11.9-amd64/Lib/pydoc.py:1635–1639  ·  view source on GitHub ↗

The first time this is called, determine what kind of pager to use.

(text)

Source from the content-addressed store, hash-verified

1633# --------------------------------------------------------- user interfaces
1634
1635def pager(text):
1636 """The first time this is called, determine what kind of pager to use."""
1637 global pager
1638 pager = getpager()
1639 pager(text)
1640
1641def getpager():
1642 """Decide what method to use for paging through text."""

Callers 2

docFunction · 0.85
showtopicMethod · 0.85

Calls 1

getpagerFunction · 0.85

Tested by

no test coverage detected