Delete all compiled distributions in the internal distribution directory.
(self, _args)
| 866 | self.clean_download_cache(args) |
| 867 | |
| 868 | def clean_dists(self, _args): |
| 869 | """Delete all compiled distributions in the internal distribution |
| 870 | directory.""" |
| 871 | ctx = self.ctx |
| 872 | rmdir(ctx.dist_dir) |
| 873 | |
| 874 | def clean_bootstrap_builds(self, _args): |
| 875 | """Delete all the bootstrap builds.""" |
no test coverage detected