Orbits
1
|
Classes | |
class | Command |
Functions | |
def | format_exc |
def | open_logfile |
Variables | |
list | __all__ = ['Command'] |
Base Command class, and related routines
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.
list pip.basecommand.__all__ = ['Command'] |
Copyright 2014 Google Inc. All rights reserved.