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

Method update_executables

numpy/distutils/fcompiler/__init__.py:364–373  ·  view source on GitHub ↗

Called at the beginning of customisation. Subclasses should override this if they need to set up the executables dictionary. Note that self.find_executables() is run afterwards, so the self.executables dictionary values can contain or as the command, whic

(self)

Source from the content-addressed store, hash-verified

362 set_exe('ranlib')
363
364 def update_executables(self):
365 """Called at the beginning of customisation. Subclasses should
366 override this if they need to set up the executables dictionary.
367
368 Note that self.find_executables() is run afterwards, so the
369 self.executables dictionary values can contain <F77> or <F90> as
370 the command, which will be replaced by the found F77 or F90
371 compiler.
372 """
373 pass
374
375 def get_flags(self):
376 """List of flags common to all compiler types."""

Callers 1

customizeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected