tubes.listening.Flow(object) class documentationtubes.listening
(View In Hierarchy)
A Flow is a
combination of a Fount and a Drain, representing a bi-directional
communication channel such as a TCP connection.
| Instance Variable | fount | A fount. (type: IFount) |
| Instance Variable | drain | A drain. (type: IDrain) |
| Method | __init__ |