t.m.p._IteratorBuffer(object) : class documentation

Part of twisted.mail.pop3 View Source View In Hierarchy

No class docstring
Method __init__ Create a _IteratorBuffer.
Method __iter__ Undocumented
Method next Undocumented
def __init__(self, write, iterable, memoryBufferSize=None): (source)
Create a _IteratorBuffer.
ParameterswriteA one-argument callable which will be invoked with a list of strings which have been buffered.
iterableThe source of input strings as any iterable.
memoryBufferSizeThe upper limit on buffered string length, beyond which the buffer will be flushed to the writer.
def __iter__(self): (source)
Undocumented
def next(self): (source)
Undocumented
API Documentation for Twisted, generated by pydoctor at 2011-10-27 16:27:37.