Qucs-S S-parameter Viewer & RF Synthesis Tools
Loading...
Searching...
No Matches
Public Member Functions | List of all members
pip._internal.cli.req_command.IndexGroupCommand Class Reference
Inheritance diagram for pip._internal.cli.req_command.IndexGroupCommand:
Inheritance graph
[legend]
Collaboration diagram for pip._internal.cli.req_command.IndexGroupCommand:
Collaboration graph
[legend]

Public Member Functions

None handle_pip_version_check (self, Values options)
 
- Public Member Functions inherited from pip._internal.cli.base_command.Command
None __init__ (self, str name, str summary, bool isolated=False)
 
None add_options (self)
 
int run (self, Values options, List[str] args)
 
Tuple[Values, List[str]] parse_args (self, List[str] args)
 
int main (self, List[str] args)
 
- Public Member Functions inherited from pip._internal.cli.command_context.CommandContextMixIn
Generator[None, None, None] main_context (self)
 
_T enter_context (self, ContextManager[_T] context_provider)
 
- Public Member Functions inherited from pip._internal.cli.req_command.SessionCommandMixin
None __init__ (self)
 
PipSession get_default_session (self, Values options)
 

Additional Inherited Members

- Public Attributes inherited from pip._internal.cli.base_command.Command
 name
 
 summary
 
 parser
 
 cmd_opts
 
 tempdir_registry
 
 verbosity
 
- Static Public Attributes inherited from pip._internal.cli.base_command.Command
str usage = ""
 
bool ignore_require_venv = False
 
- Protected Member Functions inherited from pip._internal.cli.base_command.Command
int _main (self, List[str] args)
 
- Protected Member Functions inherited from pip._internal.cli.req_command.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 pip._internal.cli.command_context.CommandContextMixIn
 _in_main_context
 
 _main_context
 
- Protected Attributes inherited from pip._internal.cli.req_command.SessionCommandMixin
 _session
 

Detailed Description

Abstract base class for commands with the index_group options.

This also corresponds to the commands that permit the pip version check.

Member Function Documentation

◆ handle_pip_version_check()

None pip._internal.cli.req_command.IndexGroupCommand.handle_pip_version_check (   self,
Values  options 
)
Do the pip version check if not disabled.

This overrides the default behavior of not doing the check.

Reimplemented from pip._internal.cli.base_command.Command.


The documentation for this class was generated from the following file: