Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ set_commands
Method
set_commands
numpy/distutils/fcompiler/__init__.py:266–268 ·
view source on GitHub ↗
(self, **kw)
Source
from the content-addressed store, hash-verified
264
self.set_command(key, value)
265
266
def
set_commands(self, **kw):
267
for
k, v in kw.items():
268
self.set_command(k, v)
269
270
def
set_command(self, key, value):
271
if
not key in self._executable_keys:
Callers
1
customize
Method · 0.95
Calls
1
set_command
Method · 0.95
Tested by
no test coverage detected