|
Let us walk on the 3-isogeny graph
|


Public Member Functions | |
| None | add_options (self) |
| int | run (self, Values options, List[str] args) |
Public Member Functions inherited from 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 CommandContextMixIn | |
| Generator[None, None, None] | main_context (self) |
| _T | enter_context (self, ContextManager[_T] context_provider) |
Data Fields | |
| cmd_opts | |
Data Fields inherited from Command | |
| name | |
| summary | |
| parser | |
| cmd_opts | |
| tempdir_registry | |
| verbosity | |
Static Public Attributes | |
| str | usage |
| bool | ignore_require_venv = True |
Static Public Attributes inherited from Command | |
| str | usage = "" |
| bool | ignore_require_venv = False |
Additional Inherited Members | |
Protected Member Functions inherited from Command | |
| int | _main (self, List[str] args) |
Protected Attributes inherited from CommandContextMixIn | |
| _in_main_context | |
| _main_context | |
| None add_options | ( | self | ) |
Reimplemented from Command.
Definition at line 165 of file debug.py.
| int run | ( | self, | |
| Values | options, | ||
| List[str] | args | ||
| ) |
Reimplemented from Command.
Definition at line 170 of file debug.py.
References pip._internal.commands.debug.ca_bundle_info(), i, Command.parser, PrettyHelpFormatter.parser, UpdatingDefaultsHelpFormatter.parser, DownloadCommand.parser, IndexCommand.parser, InstallCommand.parser, WheelCommand.parser, pip._internal.commands.debug.show_sys_implementation(), pip._internal.commands.debug.show_tags(), pip._internal.commands.debug.show_value(), and pip._internal.commands.debug.show_vendor_versions().

| cmd_opts |
Definition at line 166 of file debug.py.
Referenced by RequirementCommand.__init__(), CacheCommand.add_options(), CompletionCommand.add_options(), ConfigurationCommand.add_options(), DownloadCommand.add_options(), FreezeCommand.add_options(), HashCommand.add_options(), InspectCommand.add_options(), InstallCommand.add_options(), ListCommand.add_options(), SearchCommand.add_options(), ShowCommand.add_options(), UninstallCommand.add_options(), and WheelCommand.add_options().