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.VersionConflict Class Reference
Inheritance diagram for pip._vendor.pkg_resources.VersionConflict:
Inheritance graph
[legend]
Collaboration diagram for pip._vendor.pkg_resources.VersionConflict:
Collaboration graph
[legend]

Public Member Functions

 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 = "{self.dist} is installed but {self.req} is required"
 

Additional Inherited Members

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

Detailed Description

An already-installed version conflicts with the requested version.

Should be initialized with the installed Distribution and the requested
Requirement.

Member Function Documentation

◆ with_context()

pip._vendor.pkg_resources.VersionConflict.with_context (   self,
  required_by 
)
If required_by is non-empty, return a version of self that is a
ContextualVersionConflict.

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