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

Method get_flags_fix

numpy/distutils/fcompiler/__init__.py:394–396  ·  view source on GitHub ↗

List of Fortran 90 fixed format specific flags.

(self)

Source from the content-addressed store, hash-verified

392 """List of Fortran 90 free format specific flags."""
393 return []
394 def get_flags_fix(self):
395 """List of Fortran 90 fixed format specific flags."""
396 return self._get_command_flags('compiler_fix')
397 def get_flags_linker_so(self):
398 """List of linker flags to build a shared library."""
399 return self._get_command_flags('linker_so')

Callers

nothing calls this directly

Calls 1

_get_command_flagsMethod · 0.95

Tested by

no test coverage detected