(self)
| 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 |
no test coverage detected