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

Class PkgNotFound

numpy/distutils/npy_pkg_config.py:23–29  ·  view source on GitHub ↗

Exception raised when a package can not be located.

Source from the content-addressed store, hash-verified

21 return self.msg
22
23class PkgNotFound(OSError):
24 """Exception raised when a package can not be located."""
25 def __init__(self, msg):
26 self.msg = msg
27
28 def __str__(self):
29 return self.msg
30
31def parse_flags(line):
32 """

Callers 1

parse_configFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected