MCPcopy 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
27def process_html(fn, lines):
28 return lines
29
30def process_tex(lines):
31 """

Callers 1

mainFunction · 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…