Qucs-S S-parameter Viewer & RF Synthesis Tools
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
pip._internal.exceptions.NoneMetadataError Class Reference
Inheritance diagram for pip._internal.exceptions.NoneMetadataError:
Inheritance graph
[legend]
Collaboration diagram for pip._internal.exceptions.NoneMetadataError:
Collaboration graph
[legend]

Public Member Functions

None __init__ (self, "BaseDistribution" dist, str metadata_name)
 
str __str__ (self)
 

Public Attributes

 dist
 
 metadata_name
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ __init__()

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").

The documentation for this class was generated from the following file: