MCPcopy Index your code
hub / github.com/RustPython/RustPython / _PlainTextDoc

Class _PlainTextDoc

Lib/pydoc.py:1672–1675  ·  view source on GitHub ↗

Subclass of TextDoc which overrides string styling

Source from the content-addressed store, hash-verified

1670 return line
1671
1672class _PlainTextDoc(TextDoc):
1673 """Subclass of TextDoc which overrides string styling"""
1674 def bold(self, text):
1675 return text
1676
1677# --------------------------------------------------------- user interfaces
1678

Callers 1

pydoc.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected