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

Method get_library_dirs

numpy/distutils/fcompiler/__init__.py:423–425  ·  view source on GitHub ↗

List of compiler library directories.

(self)

Source from the content-addressed store, hash-verified

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[:]
426
427 def get_version(self, force=False, ok_status=[0]):
428 assert self._is_customised

Callers 1

customizeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected