MCPcopy Create free account
hub / github.com/numpy/numpy / process_file

Function process_file

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

Source from the content-addressed store, hash-verified

222 return lines
223
224def process_file(source):
225 lines = resolve_includes(source)
226 return process_str(''.join(lines))
227
228_special_names = find_repl_patterns('''
229<_c=s,d,c,z>

Callers 1

process_and_write_fileFunction · 0.50

Calls 3

resolve_includesFunction · 0.70
process_strFunction · 0.70
joinMethod · 0.45

Tested by

no test coverage detected