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.help.HelpCommand Class Reference
Inheritance diagram for pip.commands.help.HelpCommand:
pip.basecommand.Command _object

Public Member Functions

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 = 'help'
 
string usage
 
string summary = 'Show help for commands.'
 
- 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 help for commands

Member Function Documentation

def pip.commands.help.HelpCommand.run (   self,
  options,
  args 
)

Member Data Documentation

string pip.commands.help.HelpCommand.name = 'help'
static
string pip.commands.help.HelpCommand.summary = 'Show help for commands.'
static
string pip.commands.help.HelpCommand.usage
static
Initial value:
1 = """
2  %prog <command>"""

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

Copyright 2014 Google Inc. All rights reserved.