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

Method heading

Lib/pydoc.py:665–672  ·  view source on GitHub ↗

Format a page heading.

(self, title, extras='')

Source from the content-addressed store, hash-verified

663</body></html>''&#x27; % (title, contents)
664
665 def heading(self, title, extras=''):
666 """Format a page heading."""
667 return ''&#x27;
668<table class="heading">
669<tr class="heading-text decor">
670<td class="title">&nbsp;<br>%s</td>
671<td class="extra">%s</td></tr></table>
672 ''' % (title, extras or '&nbsp;&#x27;)
673
674 def section(self, title, cls, contents, width=6,
675 prelude='', marginalia=None, gap='&nbsp;'):

Callers 7

docmoduleMethod · 0.95
html_indexFunction · 0.45
html_searchFunction · 0.45
html_topicsFunction · 0.45
html_keywordsFunction · 0.45
html_topicpageFunction · 0.45
html_errorFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected