MCPcopy Index your code
hub / github.com/numpy/numpy / process_file

Function process_file

numpy/f2py/_src_pyf.py:231–233  ·  view source on GitHub ↗
(source)

Source from the content-addressed store, hash-verified

229 return lines
230
231def process_file(source):
232 lines = resolve_includes(source)
233 return process_str(''.join(lines))
234
235
236_special_names = find_repl_patterns('''

Callers

nothing calls this directly

Calls 3

joinMethod · 0.80
resolve_includesFunction · 0.70
process_strFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…