(self, *components)
| 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 | |
| 569 | class WheelInstallError(WheelError): |
no outgoing calls
no test coverage detected