(self)
| 353 | return _RankedDistribution(wheel_eval.best_match.rank, fingerprinted_dist) |
| 354 | |
| 355 | def activate(self): |
| 356 | # type: () -> Iterable[Distribution] |
| 357 | if self._activated_dists is None: |
| 358 | with TRACER.timed("Activating PEX virtual environment from %s" % self._pex): |
| 359 | self._activated_dists = self._activate() |
| 360 | return self._activated_dists |
| 361 | |
| 362 | def _evaluate_marker( |
| 363 | self, |