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

Method heading

Lib/pydoc.py:620–627  ·  view source on GitHub ↗

Format a page heading.

(self, title, extras='')

Source from the content-addressed store, hash-verified

618</body></html>''&#x27; % (title, contents)
619
620 def heading(self, title, extras=''):
621 """Format a page heading."""
622 return ''&#x27;
623<table class="heading">
624<tr class="heading-text decor">
625<td class="title">&nbsp;<br>%s</td>
626<td class="extra">%s</td></tr></table>
627 ''' % (title, extras or '&nbsp;&#x27;)
628
629 def section(self, title, cls, contents, width=6,
630 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