Let us walk on the 3-isogeny graph
|
Public Member Functions | |
None | add_options (self) |
int | run (self, Values options, List[str] args) |
![]() | |
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) |
![]() | |
Generator[None, None, None] | main_context (self) |
_T | enter_context (self, ContextManager[_T] context_provider) |
Data Fields | |
cmd_opts | |
![]() | |
name | |
summary | |
parser | |
cmd_opts | |
tempdir_registry | |
verbosity | |
Static Public Attributes | |
str | usage |
tuple | log_streams = ("ext://sys.stderr", "ext://sys.stderr") |
![]() | |
str | usage = "" |
bool | ignore_require_venv = False |
Additional Inherited Members | |
![]() | |
int | _main (self, List[str] args) |
![]() | |
_in_main_context | |
_main_context | |
Output installed packages in requirements format. packages are listed in a case-insensitive sorted order.
None add_options | ( | self | ) |
Reimplemented from Command.
Definition at line 36 of file freeze.py.
References pip._internal.commands.freeze._dev_pkgs(), 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 88 of file freeze.py.
References pip._internal.commands.freeze._dev_pkgs(), and i.
cmd_opts |
Definition at line 86 of file freeze.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 |