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

Function plainpager

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

Simply print unformatted text. This is the ultimate fallback.

(text)

Source from the content-addressed store, hash-verified

1764 tty.tcsetattr(fd, tty.TCSAFLUSH, old)
1765
1766def plainpager(text):
1767 """Simply print unformatted text. This is the ultimate fallback."""
1768 sys.stdout.write(plain(_escape_stdout(text)))
1769
1770def describe(thing):
1771 """Produce a short description of the given thing."""

Callers

nothing calls this directly

Calls 3

plainFunction · 0.85
_escape_stdoutFunction · 0.85
writeMethod · 0.45

Tested by

no test coverage detected