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

Public Member Functions

def add_options (self)
 
def run (self, options, args)
 
- Public Member Functions inherited from Command
def __init__ (self, name, summary, isolated=False)
 
def handle_pip_version_check (self, options)
 
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)
 

Static Public Attributes

 usage
 
- Static Public Attributes inherited from Command
 usage
 
 ignore_require_venv
 

Additional Inherited Members

- Data Fields inherited from Command
 name
 
 summary
 
 parser
 
 tempdir_registry
 
 cmd_opts
 
 verbosity
 

Detailed Description

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``.

Member Function Documentation

◆ add_options()

def add_options (   self)

Reimplemented from Command.

◆ run()

def run (   self,
  options,
  args 
)

Reimplemented from Command.

Field Documentation

◆ usage

usage
static

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