Python Paste


LazySerialize

Iterator that serializes the data lazily, and returns the data as an iterator, but also allows the data to be retrieved without serialization.


Methods

f __init__(self, format, content_type, data) ...

f __iter__(self) ...

f httpencode_dump_iter(self, content_type=None) ...

f next(self) ...

See the source for more information.