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

Class _PlainTextDoc

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

Subclass of TextDoc which overrides string styling

Source from the content-addressed store, hash-verified

1626 return line
1627
1628class _PlainTextDoc(TextDoc):
1629 """Subclass of TextDoc which overrides string styling"""
1630 def bold(self, text):
1631 return text
1632
1633# --------------------------------------------------------- user interfaces
1634

Callers 1

pydoc.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected