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

Method set_executable

numpy/distutils/fcompiler/__init__.py:263–264  ·  view source on GitHub ↗
(self, key, value)

Source from the content-addressed store, hash-verified

261
262 # Make our terminology consistent.
263 def set_executable(self, key, value):
264 self.set_command(key, value)
265
266 def set_commands(self, **kw):
267 for k, v in kw.items():

Callers

nothing calls this directly

Calls 1

set_commandMethod · 0.95

Tested by

no test coverage detected