def pip._vendor.distlib.util.SubprocessMixin.__init__ |
( |
|
self, |
|
|
|
verbose = False , |
|
|
|
progress = None |
|
) |
| |
def pip._vendor.distlib.util.SubprocessMixin.reader |
( |
|
self, |
|
|
|
stream, |
|
|
|
context |
|
) |
| |
Read lines from a subprocess' output stream and either pass to a progress
callable (if specified) or write progress information to sys.stderr.
def pip._vendor.distlib.util.SubprocessMixin.run_command |
( |
|
self, |
|
|
|
cmd, |
|
|
|
kwargs |
|
) |
| |
pip._vendor.distlib.util.SubprocessMixin.progress |
pip._vendor.distlib.util.SubprocessMixin.verbose |
The documentation for this class was generated from the following file:
- orbits/lib/python2.7/site-packages/pip/_vendor/distlib/util.py
Copyright 2014 Google Inc. All rights reserved.