Orbits  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Pages
Public Member Functions | Public Attributes | Static Public Attributes | Private Member Functions | List of all members
pip.basecommand.Command Class Reference
Inheritance diagram for pip.basecommand.Command:
_object pip.commands.completion.CompletionCommand pip.commands.freeze.FreezeCommand pip.commands.help.HelpCommand pip.commands.install.InstallCommand pip.commands.list.ListCommand pip.commands.search.SearchCommand pip.commands.show.ShowCommand pip.commands.uninstall.UninstallCommand pip.commands.wheel.WheelCommand pip.commands.zip.ZipCommand

Public Member Functions

def __init__
 
def setup_logging
 
def parse_args
 
def main
 

Public Attributes

 parser
 
 cmd_opts
 

Static Public Attributes

 name = None
 
 usage = None
 
 hidden = False
 

Private Member Functions

def _build_session
 

Constructor & Destructor Documentation

def pip.basecommand.Command.__init__ (   self)

Member Function Documentation

def pip.basecommand.Command._build_session (   self,
  options 
)
private
def pip.basecommand.Command.main (   self,
  args 
)
def pip.basecommand.Command.parse_args (   self,
  args 
)
def pip.basecommand.Command.setup_logging (   self)

Member Data Documentation

pip.basecommand.Command.cmd_opts
pip.basecommand.Command.hidden = False
static
pip.basecommand.Command.name = None
static
pip.basecommand.Command.parser
pip.basecommand.Command.usage = None
static

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

Copyright 2014 Google Inc. All rights reserved.