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

Method get_flags_ar

numpy/distutils/fcompiler/__init__.py:403–405  ·  view source on GitHub ↗

List of archiver flags.

(self)

Source from the content-addressed store, hash-verified

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')
406 def get_flags_opt(self):
407 """List of architecture independent compiler flags."""
408 return []

Callers

nothing calls this directly

Calls 1

_get_command_flagsMethod · 0.95

Tested by

no test coverage detected