OpenQuizz
Une application de gestion des contenus pédagogiques
|
Public Member Functions | |
def | add_options (self) |
def | run (self, options, args) |
![]() | |
def | __init__ (self, name, summary, isolated=False) |
def | handle_pip_version_check (self, options) |
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) |
Static Public Attributes | |
usage | |
![]() | |
usage | |
ignore_require_venv | |
Additional Inherited Members | |
![]() | |
name | |
summary | |
parser | |
tempdir_registry | |
cmd_opts | |
verbosity | |
Uninstall packages. pip is able to uninstall most installed packages. Known exceptions are: - Pure distutils packages installed with ``python setup.py install``, which leave behind no metadata to determine what files were installed. - Script wrappers installed by ``python setup.py develop``.
def add_options | ( | self | ) |
Reimplemented from Command.
def run | ( | self, | |
options, | |||
args | |||
) |
Reimplemented from Command.
|
static |