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

Public Member Functions

None __init__ (self, str name, str summary, bool isolated=False)
 
None add_options (self)
 
None handle_pip_version_check (self, Values options)
 
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 Attributes

 name
 
 summary
 
 parser
 
 cmd_opts
 
 tempdir_registry
 
 verbosity
 

Static Public Attributes

str usage = ""
 
bool ignore_require_venv = False
 

Protected Member Functions

int _main (self, List[str] args)
 

Additional Inherited Members

- Protected Attributes inherited from pip._internal.cli.command_context.CommandContextMixIn
 _in_main_context
 
 _main_context
 

Constructor & Destructor Documentation

◆ __init__()

None pip._internal.cli.base_command.Command.__init__ (   self,
str  name,
str  summary,
bool   isolated = False 
)

Member Function Documentation

◆ handle_pip_version_check()

None pip._internal.cli.base_command.Command.handle_pip_version_check (   self,
Values  options 
)
This is a no-op so that commands by default do not do the pip version
check.

Reimplemented in pip._internal.cli.req_command.IndexGroupCommand.

◆ run()

int pip._internal.cli.base_command.Command.run (   self,
Values  options,
List[str]  args 
)

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