main_clean
#
CLI implementation for conda clean.
Removes cached package tarballs, index files, package metadata, temporary files, and log files.
Functions#
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- configure_parser(sub_parsers: argparse._SubParsersAction, **kwargs) argparse.ArgumentParser #
- rm_pkgs(pkgs_dirs: dict[str, tuple[str]], warnings: list[str], total_size: int, pkg_sizes: dict[str, dict[str, int]], *, quiet: bool, verbose: bool, dry_run: bool, name: str) None #
- find_tempfiles(paths: collections.abc.Iterable[str]) list[str] #
- _execute(args, parser)#
- execute(args: argparse.Namespace, parser: argparse.ArgumentParser) int #