Python Paste


ReplacementInput

A replacement for a wsgi.input file that acts as a file, but lazily serializes the data. Also, the data can be retrieved without serialization.


Methods

f __init__(self, format, decoded) ...

f __iter__(self) ...

f flush(self) ...

f next(self) ...

f readline(self, size=None) ...

f xreadlines(self) ...

f read(self, size=None) ...

See the source for more information.