Orbits
1
|
Public Member Functions | |
def | __init__ |
def | run |
Public Member Functions inherited from pip.basecommand.Command | |
def | __init__ |
def | setup_logging |
def | parse_args |
def | main |
Static Public Attributes | |
string | name = 'uninstall' |
string | usage |
string | summary = 'Uninstall packages.' |
Static Public Attributes inherited from pip.basecommand.Command | |
name = None | |
usage = None | |
hidden = False | |
Additional Inherited Members | |
Public Attributes inherited from pip.basecommand.Command | |
parser | |
cmd_opts | |
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 pip.commands.uninstall.UninstallCommand.__init__ | ( | self, | |
args, | |||
kw | |||
) |
def pip.commands.uninstall.UninstallCommand.run | ( | self, | |
options, | |||
args | |||
) |
|
static |
|
static |
|
static |
Copyright 2014 Google Inc. All rights reserved.