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

Function bltinlink

tools/python-3.11.9-amd64/Lib/pydoc.py:2593–2594  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

2591 """Module Index page."""
2592
2593 def bltinlink(name):
2594 return '<a href="%s.html">%s</a>' % (name, name)
2595
2596 heading = html.heading(
2597 '<strong class="title">Index of Modules</strong>'

Callers 1

html_searchFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected