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

Public Member Functions

 req (self)
 
 requirers (self)
 
 requirers_str (self)
 
 report (self)
 
 __str__ (self)
 
- Public Member Functions inherited from pip._vendor.pkg_resources.ResolutionError
 __repr__ (self)
 

Public Attributes

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

Static Protected Attributes

tuple _template
 

Detailed Description

A requested distribution was not found

Member Data Documentation

◆ _template

tuple pip._vendor.pkg_resources.DistributionNotFound._template
staticprotected
Initial value:
= (
"The '{self.req}' distribution was not found "
"and is required by {self.requirers_str}"
)

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