(self)
| 956 | |
| 957 | @property |
| 958 | def _dist(self): |
| 959 | ctx = self.ctx |
| 960 | dist = dist_from_args(ctx, self.args) |
| 961 | ctx.distribution = dist |
| 962 | return dist |
| 963 | |
| 964 | @staticmethod |
| 965 | def _fix_args(args): |
nothing calls this directly
no test coverage detected