Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ bltinlink
Function
bltinlink
Lib/pydoc.py:2545–2546 ·
view source on GitHub ↗
(name)
Source
from the content-addressed store, hash-verified
2543
""
"Module Index page."
""
2544
2545
def
bltinlink(name):
2546
return
'<a href="%s.html">%s</a>'
% (name, name)
2547
2548
heading = html.heading(
2549
'<strong class="title">Index of Modules</strong>'
Callers
1
html_search
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected