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

Method pex_metadata_path

pex/pep_427.py:564–566  ·  view source on GitHub ↗
(self, *components)

Source from the content-addressed store, hash-verified

562 return Distribution(location=self.location, metadata=self.dist_metadata())
563
564 def pex_metadata_path(self, *components):
565 # type: (*str) -> str
566 return self.wheel.pex_metadata_path(*components)
567
568
569class WheelInstallError(WheelError):

Callers 2

install_wheelFunction · 0.95
writeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected