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

Method get_flags_linker_exe

numpy/distutils/fcompiler/__init__.py:400–402  ·  view source on GitHub ↗

List of linker flags to build an executable.

(self)

Source from the content-addressed store, hash-verified

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')
403 def get_flags_ar(self):
404 """List of archiver flags. """
405 return self._get_command_flags('archiver')

Callers

nothing calls this directly

Calls 1

_get_command_flagsMethod · 0.95

Tested by

no test coverage detected