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

Function bltinlink

Lib/pydoc.py:2497–2498  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

2495 """Module Index page."""
2496
2497 def bltinlink(name):
2498 return '<a href="%s.html">%s</a>' % (name, name)
2499
2500 heading = html.heading(
2501 '<strong class="title">Index of Modules</strong>'

Callers 1

html_searchFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…