OpenQuizz
Une application de gestion des contenus pédagogiques
IndexGroupCommand Class Reference
Inheritance diagram for IndexGroupCommand:
Collaboration diagram for IndexGroupCommand:

Public Member Functions

def handle_pip_version_check (self, options)
 
- Public Member Functions inherited from Command
def __init__ (self, name, summary, isolated=False)
 
def add_options (self)
 
def run (self, options, args)
 
def parse_args (self, args)
 
def main (self, args)
 
- Public Member Functions inherited from CommandContextMixIn
def main_context (self)
 
def enter_context (self, context_provider)
 
- Public Member Functions inherited from SessionCommandMixin
def __init__ (self)
 
def get_default_session (self, options)
 

Additional Inherited Members

- Data Fields inherited from Command
 name
 
 summary
 
 parser
 
 tempdir_registry
 
 cmd_opts
 
 verbosity
 
- Static Public Attributes inherited from Command
 usage
 
 ignore_require_venv
 

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()

def handle_pip_version_check (   self,
  options 
)
Do the pip version check if not disabled.

This overrides the default behavior of not doing the check.

Reimplemented from Command.


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