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

Method get_flags_linker_so

numpy/distutils/fcompiler/__init__.py:397–399  ·  view source on GitHub ↗

List of linker flags to build a shared library.

(self)

Source from the content-addressed store, hash-verified

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')
400 def get_flags_linker_exe(self):
401 """List of linker flags to build an executable."""
402 return self._get_command_flags('linker_exe')

Callers

nothing calls this directly

Calls 1

_get_command_flagsMethod · 0.95

Tested by

no test coverage detected