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

Method heading

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

Format a page heading.

(self, title, extras='')

Source from the content-addressed store, hash-verified

599</body></html>''&#x27; % (title, contents)
600
601 def heading(self, title, extras=''):
602 """Format a page heading."""
603 return ''&#x27;
604<table class="heading">
605<tr class="heading-text decor">
606<td class="title">&nbsp;<br>%s</td>
607<td class="extra">%s</td></tr></table>
608 ''' % (title, extras or '&nbsp;&#x27;)
609
610 def section(self, title, cls, contents, width=6,
611 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