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.completion.CompletionCommand Class Reference
Inheritance diagram for pip.commands.completion.CompletionCommand:
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 = 'completion'
 
string summary = 'A helper command to be used for command completion'
 
 hidden = True
 
- 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

A helper command to be used for command completion.

Constructor & Destructor Documentation

def pip.commands.completion.CompletionCommand.__init__ (   self,
  args,
  kw 
)

Member Function Documentation

def pip.commands.completion.CompletionCommand.run (   self,
  options,
  args 
)
Prints the completion code of the given shell

Member Data Documentation

pip.commands.completion.CompletionCommand.hidden = True
static
string pip.commands.completion.CompletionCommand.name = 'completion'
static
string pip.commands.completion.CompletionCommand.summary = 'A helper command to be used for command completion'
static

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

Copyright 2014 Google Inc. All rights reserved.