class documentation
class _OptionState: (source)
Represents the state of an option on both sides of a telnet connection.
Method | __init__ |
Undocumented |
Method | __repr__ |
Undocumented |
Instance Variable | him |
The state of the option on the other side of the connection. |
Instance Variable | us |
The state of the option on this side of the connection. |
Class | _ |
Represents the state of an option on side of the telnet connection. Some options can be enabled on a particular side of the connection (RFC 1073 for example: only the client can have NAWS enabled). Other options can be enabled on either or both sides (such as RFC 1372: each side can have its own flow control state). |