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

Public Member Functions

Optional[str] build_tracker_id (self)
 
BaseDistribution get_metadata_distribution (self)
 
None prepare_distribution_metadata (self, PackageFinder finder, bool build_isolation, bool check_build_deps)
 
- Public Member Functions inherited from pip._internal.distributions.base.AbstractDistribution
None __init__ (self, InstallRequirement req)
 

Additional Inherited Members

- Public Attributes inherited from pip._internal.distributions.base.AbstractDistribution
 req
 

Detailed Description

Represents an installed package.

This does not need any preparation as the required information has already
been computed.

Member Function Documentation

◆ build_tracker_id()

Optional[str] pip._internal.distributions.installed.InstalledDistribution.build_tracker_id (   self)
A string that uniquely identifies this requirement to the build tracker.

If None, then this dist has no work to do in the build tracker, and
``.prepare_distribution_metadata()`` will not be called.

Reimplemented from pip._internal.distributions.base.AbstractDistribution.

◆ get_metadata_distribution()

BaseDistribution pip._internal.distributions.installed.InstalledDistribution.get_metadata_distribution (   self)

◆ prepare_distribution_metadata()

None pip._internal.distributions.installed.InstalledDistribution.prepare_distribution_metadata (   self,
PackageFinder  finder,
bool  build_isolation,
bool  check_build_deps 
)

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