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

Method _get_command_flags

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

Source from the content-addressed store, hash-verified

377 return [] + self.pic_flags
378
379 def _get_command_flags(self, key):
380 cmd = self.executables.get(key, None)
381 if cmd is None:
382 return []
383 return cmd[1:]
384
385 def get_flags_f77(self):
386 """List of Fortran 77 specific flags."""

Callers 6

get_flags_f77Method · 0.95
get_flags_f90Method · 0.95
get_flags_fixMethod · 0.95
get_flags_linker_soMethod · 0.95
get_flags_linker_exeMethod · 0.95
get_flags_arMethod · 0.95

Calls 1

getMethod · 0.45

Tested by

no test coverage detected