![]() |
Qucs-S S-parameter Viewer & RF Synthesis Tools
|


Public Member Functions | |
| None | __init__ (self, "BaseDistribution" dist, str metadata_name) |
| str | __str__ (self) |
Public Attributes | |
| dist | |
| metadata_name | |
Raised when accessing a Distribution's "METADATA" or "PKG-INFO". This signifies an inconsistency, when the Distribution claims to have the metadata file (if not, raise ``FileNotFoundError`` instead), but is not actually able to produce its content. This may be due to permission errors.
| None pip._internal.exceptions.NoneMetadataError.__init__ | ( | self, | |
| "BaseDistribution" | dist, | ||
| str | metadata_name | ||
| ) |
:param dist: A Distribution object.
:param metadata_name: The name of the metadata being accessed
(can be "METADATA" or "PKG-INFO").