OpenQuizz
Une application de gestion des contenus pédagogiques
|
Public Member Functions | |
def | handle_pip_version_check (self, options) |
![]() | |
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) |
![]() | |
def | main_context (self) |
def | enter_context (self, context_provider) |
![]() | |
def | __init__ (self) |
def | get_default_session (self, options) |
Additional Inherited Members | |
![]() | |
name | |
summary | |
parser | |
tempdir_registry | |
cmd_opts | |
verbosity | |
![]() | |
usage | |
ignore_require_venv | |
Abstract base class for commands with the index_group options. This also corresponds to the commands that permit the 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.