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

Method get_version

numpy/distutils/fcompiler/__init__.py:427–432  ·  view source on GitHub ↗
(self, force=False, ok_status=[0])

Source from the content-addressed store, hash-verified

425 return self.library_dirs[:]
426
427 def get_version(self, force=False, ok_status=[0]):
428 assert self._is_customised
429 version = CCompiler.get_version(self, force=force, ok_status=ok_status)
430 if version is None:
431 raise CompilerNotFound()
432 return version
433
434
435 ############################################################

Callers 2

_find_existing_fcompilerFunction · 0.45
show_fcompilersFunction · 0.45

Calls 1

CompilerNotFoundClass · 0.85

Tested by

no test coverage detected