class documentation

class MinimalistWSGIInputStream2(MinimalistWSGIInputStream):

View In Hierarchy

WSGI input stream with no working 'seek()' and 'tell()' methods.

Method seek Undocumented
Method tell Undocumented

Inherited from MinimalistWSGIInputStream:

Method __init__ Undocumented
Method read Undocumented
Instance Variable data Undocumented
Instance Variable pos Undocumented
def seek(self, pos):

Undocumented

def tell(self):

Undocumented