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

Function ensure_executable

numpy/linalg/lapack_lite/make_lite.py:280–284  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

278 fo.write(source)
279
280def ensure_executable(name):
281 try:
282 which(name)
283 except Exception:
284 raise SystemExit(name + ' not found')
285
286def create_name_header(output_dir):
287 routine_re = re.compile(r'^ (subroutine|.* function)\s+(\w+)\(.*$',

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected