MCPcopy
hub / github.com/pex-tool/pex / distribution

Method distribution

pex/pep_427.py:560–562  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

558 return self.wheel.metadata_path(*components)
559
560 def distribution(self):
561 # type: () -> Distribution
562 return Distribution(location=self.location, metadata=self.dist_metadata())
563
564 def pex_metadata_path(self, *components):
565 # type: (*str) -> str

Callers 1

install_wheelFunction · 0.95

Calls 2

dist_metadataMethod · 0.95
DistributionClass · 0.90

Tested by

no test coverage detected