|
| None | add_options (self) |
| |
| int | run (self, Values options, List[str] args) |
| |
|
None | get_cache_dir (self, Values options, List[Any] args) |
| |
|
None | get_cache_info (self, Values options, List[Any] args) |
| |
|
None | list_cache_items (self, Values options, List[Any] args) |
| |
|
None | format_for_human (self, List[str] files) |
| |
|
None | format_for_abspath (self, List[str] files) |
| |
|
None | remove_cache_items (self, Values options, List[Any] args) |
| |
|
None | purge_cache (self, Values options, List[Any] args) |
| |
Public Member Functions inherited from pip._internal.cli.base_command.Command |
| None | __init__ (self, str name, str summary, bool isolated=False) |
| |
| None | handle_pip_version_check (self, Values options) |
| |
|
Tuple[Values, List[str]] | parse_args (self, List[str] args) |
| |
|
int | main (self, List[str] args) |
| |
Public Member Functions inherited from pip._internal.cli.command_context.CommandContextMixIn |
|
Generator[None, None, None] | main_context (self) |
| |
|
_T | enter_context (self, ContextManager[_T] context_provider) |
| |
Inspect and manage pip's wheel cache.
Subcommands:
- dir: Show the cache directory.
- info: Show information about the cache.
- list: List filenames of packages stored in the cache.
- remove: Remove one or more package from the cache.
- purge: Remove all items from the cache.
``<pattern>`` can be a glob expression or a package name.