◆ __init__()
def __init__ |
( |
|
self, |
|
|
|
name, |
|
|
|
summary, |
|
|
|
isolated = False |
|
) |
| |
◆ add_options()
Reimplemented in DebugCommand, InstallCommand, CompletionCommand, ConfigurationCommand, WheelCommand, ListCommand, SearchCommand, CacheCommand, DownloadCommand, UninstallCommand, ShowCommand, FreezeCommand, and HashCommand.
◆ handle_pip_version_check()
def handle_pip_version_check |
( |
|
self, |
|
|
|
options |
|
) |
| |
This is a no-op so that commands by default do not do the pip version
check.
Reimplemented in IndexGroupCommand.
◆ main()
◆ parse_args()
def parse_args |
( |
|
self, |
|
|
|
args |
|
) |
| |
◆ run()
def run |
( |
|
self, |
|
|
|
options, |
|
|
|
args |
|
) |
| |
Reimplemented in InstallCommand, DebugCommand, ListCommand, WheelCommand, ConfigurationCommand, CompletionCommand, DownloadCommand, FreezeCommand, CacheCommand, UninstallCommand, SearchCommand, ShowCommand, HashCommand, CheckCommand, and HelpCommand.
◆ cmd_opts
◆ ignore_require_venv
◆ name
◆ parser
◆ summary
◆ tempdir_registry
◆ usage
◆ verbosity
The documentation for this class was generated from the following file:
- /home/passerat/Stage/flaskProject/venv/lib/python3.8/site-packages/pip/_internal/cli/base_command.py