Return the path this PEX was built at.
(self)
| 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 |
no outgoing calls