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

Method get_flags_linker_so

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

Source from the content-addressed store, hash-verified

337 return flags
338
339 def get_flags_linker_so(self):
340 flags = GnuFCompiler.get_flags_linker_so(self)
341 arch_flags = self._universal_flags(self.linker_so)
342 if arch_flags:
343 flags[:0] = arch_flags
344 return flags
345
346 def get_library_dirs(self):
347 opt = GnuFCompiler.get_library_dirs(self)

Callers

nothing calls this directly

Calls 2

_universal_flagsMethod · 0.95
get_flags_linker_soMethod · 0.45

Tested by

no test coverage detected