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

Method bigsection

Lib/pydoc.py:695–698  ·  view source on GitHub ↗

Format a section with a big heading.

(self, title, *args)

Source from the content-addressed store, hash-verified

693 return result + '\n<td class="singlecolumn">%s</td></tr></table>' % contents
694
695 def bigsection(self, title, *args):
696 """Format a section with a big heading."""
697 title = '<strong class="bigsection">%s</strong>' % title
698 return self.section(title, *args)
699
700 def preformat(self, text):
701 """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