Python Paste


FileAppIterWrapper

Wraps a WSGI app_iter and presents a file-like interface to it.

This does not call app_iter.close() until you close the file itself.


Methods

f __init__(self, app_iter) ...

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

f close(self) ...

See the source for more information.