|
Let us walk on the 3-isogeny graph
|


Public Member Functions | |
| None | add_options (self) |
| int | run (self, Values options, List[str] args) |
| List[Dict[str, str]] | search (self, List[str] query, Values options) |
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) |
Public Member Functions inherited from SessionCommandMixin | |
| None | __init__ (self) |
| PipSession | get_default_session (self, Values options) |
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 Member Functions inherited from SessionCommandMixin | |
| Optional[List[str]] | _get_index_urls (cls, Values options) |
| PipSession | _build_session (self, Values options, Optional[int] retries=None, Optional[int] timeout=None, bool fallback_to_certifi=False) |
Protected Attributes inherited from CommandContextMixIn | |
| _in_main_context | |
| _main_context | |
Protected Attributes inherited from SessionCommandMixin | |
| _session | |
Search for PyPI packages whose name or summary contains <query>.
| None add_options | ( | self | ) |
Reimplemented from Command.
Definition at line 41 of file search.py.
References Command.cmd_opts, CacheCommand.cmd_opts, CompletionCommand.cmd_opts, ConfigurationCommand.cmd_opts, DebugCommand.cmd_opts, DownloadCommand.cmd_opts, FreezeCommand.cmd_opts, HashCommand.cmd_opts, IndexCommand.cmd_opts, InspectCommand.cmd_opts, InstallCommand.cmd_opts, ListCommand.cmd_opts, SearchCommand.cmd_opts, ShowCommand.cmd_opts, UninstallCommand.cmd_opts, WheelCommand.cmd_opts, and i.
| int run | ( | self, | |
| Values | options, | ||
| List[str] | args | ||
| ) |
Reimplemented from Command.
Definition at line 53 of file search.py.
References i, pip._internal.commands.search.print_results(), SearchCommand.search(), PackageIndex.search(), and pip._internal.commands.search.transform_hits().

| List[Dict[str, str]] search | ( | self, | |
| List[str] | query, | ||
| Values | options | ||
| ) |
Definition at line 69 of file search.py.
References SessionCommandMixin.get_default_session(), and i.
Referenced by SearchCommand.run().


| cmd_opts |
Definition at line 51 of file search.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().
|
static |