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

Method get_libraries

numpy/distutils/fcompiler/__init__.py:420–422  ·  view source on GitHub ↗

List of compiler libraries.

(self)

Source from the content-addressed store, hash-verified

418 get_flags_debug_f77 = get_flags_debug_f90 = get_flags_debug
419
420 def get_libraries(self):
421 """List of compiler libraries."""
422 return self.libraries[:]
423 def get_library_dirs(self):
424 """List of compiler library directories."""
425 return self.library_dirs[:]

Callers 1

customizeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected