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

Public Member Functions

NormalizedName project_name (self)
 
str name (self)
 
bool is_satisfied_by (self, "Candidate" candidate)
 
CandidateLookup get_candidate_lookup (self)
 
str format_for_error (self)
 

Member Function Documentation

◆ name()

str pip._internal.resolution.resolvelib.base.Requirement.name (   self)
The name identifying this requirement in the resolver.

This is different from ``project_name`` if this requirement contains
extras, where ``project_name`` would not contain the ``[...]`` part.

Reimplemented in pip._internal.resolution.resolvelib.requirements.ExplicitRequirement, pip._internal.resolution.resolvelib.requirements.SpecifierRequirement, pip._internal.resolution.resolvelib.requirements.RequiresPythonRequirement, and pip._internal.resolution.resolvelib.requirements.UnsatisfiableRequirement.

◆ project_name()

NormalizedName pip._internal.resolution.resolvelib.base.Requirement.project_name (   self)
The "project name" of a requirement.

This is different from ``name`` if this requirement contains extras,
in which case ``name`` would contain the ``[...]`` part, while this
refers to the name of the project.

Reimplemented in pip._internal.resolution.resolvelib.requirements.ExplicitRequirement, pip._internal.resolution.resolvelib.requirements.SpecifierRequirement, pip._internal.resolution.resolvelib.requirements.RequiresPythonRequirement, and pip._internal.resolution.resolvelib.requirements.UnsatisfiableRequirement.


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