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

Method bigsection

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

Format a section with a big heading.

(self, title, *args)

Source from the content-addressed store, hash-verified

629 return result + '\n<td class="singlecolumn">%s</td></tr></table>' % contents
630
631 def bigsection(self, title, *args):
632 """Format a section with a big heading."""
633 title = '<strong class="bigsection">%s</strong>' % title
634 return self.section(title, *args)
635
636 def preformat(self, text):
637 """Format literal preformatted text."""

Callers 9

docmoduleMethod · 0.95
indexMethod · 0.95
html_indexFunction · 0.80
html_searchFunction · 0.80
html_topicsFunction · 0.80
html_keywordsFunction · 0.80
html_topicpageFunction · 0.80
html_errorFunction · 0.80
docserverMethod · 0.80

Calls 1

sectionMethod · 0.95

Tested by

no test coverage detected