Qucs-S S-parameter Viewer & RF Synthesis Tools
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | Protected Member Functions | List of all members
pip._internal.distributions.sdist.SourceDistribution Class Reference
Inheritance diagram for pip._internal.distributions.sdist.SourceDistribution:
Inheritance graph
[legend]
Collaboration diagram for pip._internal.distributions.sdist.SourceDistribution:
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)
 

Public Attributes

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

Protected Member Functions

None _prepare_build_backend (self, PackageFinder finder)
 
Iterable[str] _get_build_requires_wheel (self)
 
Iterable[str] _get_build_requires_editable (self)
 
None _install_build_reqs (self, PackageFinder finder)
 
None _raise_conflicts (self, str conflicting_with, Set[Tuple[str, str]] conflicting_reqs)
 
None _raise_missing_reqs (self, Set[str] missing)
 

Detailed Description

Represents a source distribution.

The preparation step for these needs metadata for the packages to be
generated, either using PEP 517 or using the legacy `setup.py egg_info`.

Member Function Documentation

◆ build_tracker_id()

Optional[str] pip._internal.distributions.sdist.SourceDistribution.build_tracker_id (   self)
Identify this requirement uniquely by its link.

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

◆ get_metadata_distribution()

BaseDistribution pip._internal.distributions.sdist.SourceDistribution.get_metadata_distribution (   self)

◆ prepare_distribution_metadata()

None pip._internal.distributions.sdist.SourceDistribution.prepare_distribution_metadata (   self,
PackageFinder  finder,
bool  build_isolation,
bool  check_build_deps 
)

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