Orbits  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Pages
Public Member Functions | Public Attributes | List of all members
pip._vendor.distlib.util.SubprocessMixin Class Reference
Inheritance diagram for pip._vendor.distlib.util.SubprocessMixin:
_object

Public Member Functions

def __init__
 
def reader
 
def run_command
 

Public Attributes

 verbose
 
 progress
 

Constructor & Destructor Documentation

def pip._vendor.distlib.util.SubprocessMixin.__init__ (   self,
  verbose = False,
  progress = None 
)

Member Function Documentation

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 
)

Member Data Documentation

pip._vendor.distlib.util.SubprocessMixin.progress
pip._vendor.distlib.util.SubprocessMixin.verbose

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

Copyright 2014 Google Inc. All rights reserved.