module documentation
(source)

Basic line editing support.
Author
Jp Calderone
Class ​Historic​Recv​Line TerminalProtocol which adds both basic line-editing features and input history.
Class ​Local​Terminal​Buffer​Mixin A mixin for RecvLine subclasses which records the state of the terminal.
Class ​Logging Wrapper which logs attribute lookups.
Class ​Recv​Line TerminalProtocol which adds line editing features.
Class ​Transport​Sequence An ITerminalTransport implementation which forwards calls to one or more other ITerminalTransports.
Variable _counters Undocumented
_counters: Dict[str, int] = (source)

Undocumented