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

Method path

pex/pex.py:567–570  ·  view source on GitHub ↗

Return the path this PEX was built at.

(self)

Source from the content-addressed store, hash-verified

565 profiler.print_stats(sort=pex_profile_sort)
566
567 def path(self):
568 # type: () -> str
569 """Return the path this PEX was built at."""
570 return self._pex
571
572 def execute(self, python_args=()):
573 # type: (Sequence[str]) -> Any

Callers 15

_createMethod · 0.95
raw_pex_rootMethod · 0.45
ensure_venvFunction · 0.45
generate_reportsMethod · 0.45
prepareMethod · 0.45
install_distributionsMethod · 0.45
_default_pex_rootFunction · 0.45
repacked_whlFunction · 0.45
test_execution_modeFunction · 0.45
test_pex_runFunction · 0.45

Calls

no outgoing calls