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.show.ShowCommand Class Reference
Inheritance diagram for pip.commands.show.ShowCommand:
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 = 'show'
 
string usage
 
string summary = 'Show information about installed 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

Show information about one or more installed packages.

Constructor & Destructor Documentation

def pip.commands.show.ShowCommand.__init__ (   self,
  args,
  kw 
)

Member Function Documentation

def pip.commands.show.ShowCommand.run (   self,
  options,
  args 
)

Member Data Documentation

string pip.commands.show.ShowCommand.name = 'show'
static
string pip.commands.show.ShowCommand.summary = 'Show information about installed packages.'
static
string pip.commands.show.ShowCommand.usage
static
Initial value:
1 = """
2  %prog [options] <package> ..."""

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

Copyright 2014 Google Inc. All rights reserved.