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

Public Member Functions

None __init__ (self, "InstallRequirement" ireq, str field, str f_val, str m_val)
 
str __str__ (self)
 

Public Attributes

 ireq
 
 field
 
 f_val
 
 m_val
 

Detailed Description

Built metadata contains inconsistent information.

This is raised when the metadata contains values (e.g. name and version)
that do not match the information previously obtained from sdist filename,
user-supplied ``#egg=`` value, or an install requirement name.

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