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

Function plain

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

Remove boldface formatting from text.

(text)

Source from the content-addressed store, hash-verified

1675 os.unlink(filename)
1676
1677def plain(text):
1678 """Remove boldface formatting from text."""
1679 return re.sub('.\b', '', text)
1680
1681def pipepager(text, cmd):
1682 """Page through text by feeding it to another program."""

Callers 3

getpagerFunction · 0.85
ttypagerFunction · 0.85
plainpagerFunction · 0.85

Calls 1

subMethod · 0.45

Tested by

no test coverage detected