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

Public Member Functions

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

Data Fields

 name
 
 summary
 
 parser
 
 tempdir_registry
 
 cmd_opts
 
 verbosity
 

Static Public Attributes

 usage
 
 ignore_require_venv
 

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self,
  name,
  summary,
  isolated = False 
)

Member Function Documentation

◆ add_options()

◆ handle_pip_version_check()

def handle_pip_version_check (   self,
  options 
)
This is a no-op so that commands by default do not do the pip version
check.

Reimplemented in IndexGroupCommand.

◆ main()

def main (   self,
  args 
)

◆ parse_args()

def parse_args (   self,
  args 
)

◆ run()

Field Documentation

◆ cmd_opts

cmd_opts

◆ ignore_require_venv

ignore_require_venv
static

◆ name

name

◆ parser

parser

◆ summary

summary

◆ tempdir_registry

tempdir_registry

◆ usage

usage
static

◆ verbosity

verbosity

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