Part of twisted.flow View Source
flow.pipe
This contains various filter stages which have exactly one input stage. These stages take a single input and modify its results, ie a rewrite stage.| Line # | Kind | Name | Docs |
|---|---|---|---|
| 18 | Class | Pipe | abstract stage which takes a single input stage |
| 50 | Class | Filter | flow equivalent to filter: Filter(function, source, ... ) |
| 80 | Class | LineBreak | pipe stage which breaks its input into lines |