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

Class _PlainTextDoc

Lib/pydoc.py:1626–1629  ·  view source on GitHub ↗

Subclass of TextDoc which overrides string styling

Source from the content-addressed store, hash-verified

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

Callers 1

pydoc.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…