Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
224
def
process_file(source):
225
lines = resolve_includes(source)
226
return
process_str(
''
.join(lines))
227
228
_special_names = find_repl_patterns(
''
&
#x27;
229
<_c=s,d,c,z>
Callers
1
process_and_write_file
Function · 0.50
Calls
3
resolve_includes
Function · 0.70
process_str
Function · 0.70
join
Method · 0.45
Tested by
no test coverage detected