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

Method bigsection

Lib/pydoc.py:650–653  ·  view source on GitHub ↗

Format a section with a big heading.

(self, title, *args)

Source from the content-addressed store, hash-verified

648 return result + '\n<td class="singlecolumn">%s</td></tr></table>' % contents
649
650 def bigsection(self, title, *args):
651 """Format a section with a big heading."""
652 title = '<strong class="bigsection">%s</strong>' % title
653 return self.section(title, *args)
654
655 def preformat(self, text):
656 """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