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

Function process_file

numpy/distutils/from_template.py:229–231  ·  view source on GitHub ↗
(source)

Source from the content-addressed store, hash-verified

227 return lines
228
229def process_file(source):
230 lines = resolve_includes(source)
231 return process_str(''.join(lines))
232
233_special_names = find_repl_patterns('''
234<_c=s,d,c,z>

Callers

nothing calls this directly

Calls 3

resolve_includesFunction · 0.70
process_strFunction · 0.70
joinMethod · 0.45

Tested by

no test coverage detected