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

Method get_flags_f77

numpy/distutils/fcompiler/__init__.py:385–387  ·  view source on GitHub ↗

List of Fortran 77 specific flags.

(self)

Source from the content-addressed store, hash-verified

383 return cmd[1:]
384
385 def get_flags_f77(self):
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')

Callers

nothing calls this directly

Calls 1

_get_command_flagsMethod · 0.95

Tested by

no test coverage detected