MCPcopy 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
196def 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
204if __name__ == '__main__':

Callers 1

cythonize.pyFile · 0.70

Calls 1

find_process_filesFunction · 0.85

Tested by

no test coverage detected