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

Method get_flags

numpy/distutils/fcompiler/gnu.py:332–337  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

330 return arch_flags
331
332 def get_flags(self):
333 flags = GnuFCompiler.get_flags(self)
334 arch_flags = self._universal_flags(self.compiler_f90)
335 if arch_flags:
336 flags[:0] = arch_flags
337 return flags
338
339 def get_flags_linker_so(self):
340 flags = GnuFCompiler.get_flags_linker_so(self)

Callers

nothing calls this directly

Calls 1

_universal_flagsMethod · 0.95

Tested by

no test coverage detected