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

Public Member Functions

def __init__
 
def readline
 
def __iter__
 

Private Attributes

 _gen
 

Detailed Description

Wrap a list of lines in an object with readline() to make
ConfigParser happy.

Constructor & Destructor Documentation

def pip.req.FakeFile.__init__ (   self,
  lines 
)

Member Function Documentation

def pip.req.FakeFile.__iter__ (   self)
def pip.req.FakeFile.readline (   self)

Member Data Documentation

pip.req.FakeFile._gen
private

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

Copyright 2014 Google Inc. All rights reserved.