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

Method get_flags_f90

numpy/distutils/fcompiler/__init__.py:388–390  ·  view source on GitHub ↗

List of Fortran 90 specific flags.

(self)

Source from the content-addressed store, hash-verified

386 """List of Fortran 77 specific flags."""
387 return self._get_command_flags('compiler_f77')
388 def get_flags_f90(self):
389 """List of Fortran 90 specific flags."""
390 return self._get_command_flags('compiler_f90')
391 def get_flags_free(self):
392 """List of Fortran 90 free format specific flags."""
393 return []

Callers

nothing calls this directly

Calls 1

_get_command_flagsMethod · 0.95

Tested by

no test coverage detected