| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
linebuffer
A container you can write() lines to and which provides an iterator to iterate over the buffered contents.
It is a base class for line-by-line filter components that facilitate a pype pattern.
This base class just copies without filtering. Descendants should override either write() or next(). See 'imputfilterbuffer' and 'grep' for an actual implementation.
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Sat Jun 20 16:07:45 2009 | http://epydoc.sourceforge.net |