class documentation

class WSGIFileWrapper(object): (source)

View In Hierarchy

Undocumented

Method __init__ Undocumented
Method __iter__ Undocumented
Instance Variable buffer_size Undocumented
Instance Variable fp Undocumented
def __init__(self, fp, buffer_size=1024*64): (source)

Undocumented

def __iter__(self): (source)

Undocumented

buffer_size = (source)

Undocumented

Undocumented