class documentation

class MinimalistWSGIInputStream(object):

Known subclasses: dulwich.tests.test_web.MinimalistWSGIInputStream2

View In Hierarchy

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

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

Undocumented

def read(self, howmuch):

Undocumented

data =

Undocumented

pos =

Undocumented