Orbits  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Pages
Classes | Functions | Variables
pip.basecommand Namespace Reference

Classes

class  Command
 

Functions

def format_exc
 
def open_logfile
 

Variables

list __all__ = ['Command']
 

Detailed Description

Base Command class, and related routines

Function Documentation

def pip.basecommand.format_exc (   exc_info = None)
def pip.basecommand.open_logfile (   filename,
  mode = 'a' 
)
Open the named log file in append mode.

If the file already exists, a separator will also be printed to
the file to separate past activity from current activity.

Variable Documentation

list pip.basecommand.__all__ = ['Command']

Copyright 2014 Google Inc. All rights reserved.