twisted.conch.recvline.TransportSequence(object) class documentationtwisted.conch.recvline
View Source
(View In Hierarchy)
Implements interfaces: twisted.conch.insults.insults.ITerminalTransport
An ITerminalTransport implementation which forwards calls to one or more other ITerminalTransports.
This is a cheap way for servers to keep track of the state they expect the client to see, since all terminal manipulations can be send to the real client and to a terminal emulator that lives in the server process.
| Class Variable | execBytes | Undocumented |
| Class Variable | execStr | Undocumented |
| Class Variable | TAB | Undocumented |
| Class Variable | BACKSPACE | Undocumented |
| Method | __init__ | Undocumented |
| Instance Variable | transports | Undocumented |