Orbits  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Pages
Public Member Functions | Static Public Attributes | List of all members
pip.commands.uninstall.UninstallCommand Class Reference
Inheritance diagram for pip.commands.uninstall.UninstallCommand:
pip.basecommand.Command _object

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
 

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

Constructor & Destructor Documentation

def pip.commands.uninstall.UninstallCommand.__init__ (   self,
  args,
  kw 
)

Member Function Documentation

def pip.commands.uninstall.UninstallCommand.run (   self,
  options,
  args 
)

Member Data Documentation

string pip.commands.uninstall.UninstallCommand.name = 'uninstall'
static
string pip.commands.uninstall.UninstallCommand.summary = 'Uninstall packages.'
static
string pip.commands.uninstall.UninstallCommand.usage
static
Initial value:
1 = """
2  %prog [options] <package> ...
3  %prog [options] -r <requirements file> ..."""

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

Copyright 2014 Google Inc. All rights reserved.