Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/numpy/numpy
/ process_html
Function
process_html
doc/postprocess.py:27–28 ·
view source on GitHub ↗
(fn, lines)
Source
from the content-addressed store, hash-verified
25
f.write(
""
.join(lines))
26
27
def
process_html(fn, lines):
28
return
lines
29
30
def
process_tex(lines):
31
""
"
Callers
1
main
Function · 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…