MCPcopy Index your code
hub / github.com/numpy/numpy / ensure_executable

Function ensure_executable

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

Source from the content-addressed store, hash-verified

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

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…