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

Public Member Functions

 required_by (self)
 
- Public Member Functions inherited from pip._vendor.pkg_resources.VersionConflict
 dist (self)
 
 req (self)
 
 report (self)
 
 with_context (self, required_by)
 
- Public Member Functions inherited from pip._vendor.pkg_resources.ResolutionError
 __repr__ (self)
 

Static Protected Attributes

str _template = VersionConflict._template + ' by {self.required_by}'
 
- Static Protected Attributes inherited from pip._vendor.pkg_resources.VersionConflict
str _template = "{self.dist} is installed but {self.req} is required"
 

Additional Inherited Members

- Public Attributes inherited from pip._vendor.pkg_resources.ResolutionError
 args
 

Detailed Description

A VersionConflict that accepts a third parameter, the set of the
requirements that required the installed Distribution.

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