Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ main
Function
main
tools/cythonize.py:196–201 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
194
break
195
196
def
main():
197
try
:
198
root_dir = sys.argv[1]
199
except
IndexError:
200
root_dir = DEFAULT_ROOT
201
find_process_files(root_dir)
202
203
204
if
__name__ ==
'__main__'
:
Callers
1
cythonize.py
File · 0.70
Calls
1
find_process_files
Function · 0.85
Tested by
no test coverage detected