tubes.framing._Transporter(object)
class documentationtubes.framing
(View In Hierarchy)
Just enough of a mock of ITransport
to work with the protocols in basic
,
as a wrapper around a callable taking some data.
Method | __init__ | Undocumented |
Method | write | Call the _dataWritten callback. |
Method | writeSequence | Call the _dataWritten callback for each element. |
Instance Variable | _dataWritten | 1-argument callable taking bytes ,
a chunk of data from a stream. |
Call the _dataWritten
callback.
Parameters | data | The data to write. (type: bytes ) |