Let us walk on the 3-isogeny graph
|
Public Member Functions | |
None | add_options (self) |
int | run (self, Values options, List[str] args) |
None | get_available_package_versions (self, Values options, List[Any] args) |
![]() | |
None | handle_pip_version_check (self, Values options) |
![]() | |
None | __init__ (self, str name, str summary, bool isolated=False) |
Tuple[Values, List[str]] | parse_args (self, List[str] args) |
int | main (self, List[str] args) |
![]() | |
Generator[None, None, None] | main_context (self) |
_T | enter_context (self, ContextManager[_T] context_provider) |
![]() | |
None | __init__ (self) |
PipSession | get_default_session (self, Values options) |
Data Fields | |
cmd_opts | |
parser | |
get_available_package_versions | |
![]() | |
name | |
summary | |
parser | |
cmd_opts | |
tempdir_registry | |
verbosity | |
Static Public Attributes | |
bool | ignore_require_venv = True |
str | usage |
![]() | |
str | usage = "" |
bool | ignore_require_venv = False |
Protected Member Functions | |
PackageFinder | _build_package_finder (self, Values options, PipSession session, Optional[TargetPython] target_python=None, Optional[bool] ignore_requires_python=None) |
![]() | |
int | _main (self, List[str] args) |
![]() | |
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) |
Additional Inherited Members | |
![]() | |
_in_main_context | |
_main_context | |
![]() | |
_session | |
|
protected |
Create a package finder appropriate to the index command.
Definition at line 78 of file index.py.
References i.
Referenced by IndexCommand.get_available_package_versions(), ListCommand.iter_packages_latest_infos(), DownloadCommand.run(), InstallCommand.run(), and WheelCommand.run().
None add_options | ( | self | ) |
Reimplemented from Command.
Definition at line 32 of file index.py.
None get_available_package_versions | ( | self, | |
Values | options, | ||
List[Any] | args | ||
) |
Definition at line 103 of file index.py.
References ListCommand._build_package_finder(), RequirementCommand._build_package_finder(), IndexCommand._build_package_finder(), SessionCommandMixin._build_session(), and i.
int run | ( | self, | |
Values | options, | ||
List[str] | args | ||
) |
Reimplemented from Command.
Definition at line 48 of file index.py.
cmd_opts |
Definition at line 33 of file index.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().
parser |
Definition at line 42 of file index.py.
Referenced by ListCommand.add_options(), UpdatingDefaultsHelpFormatter.expand_default(), Command.parse_args(), DebugCommand.run(), and HashCommand.run().
|
static |