twisted.conch.manhole.ColoredManhole(Manhole)
class documentationtwisted.conch.manhole
View Source
(View In Hierarchy)
Known subclasses: twisted.conch.stdio.ConsoleManhole
A REPL which syntax colors input as users type it.
Method | getSource | Return a string containing the currently entered source. |
Method | characterReceived | Undocumented |
Inherited from TerminalProtocol (via Manhole, HistoricRecvLine, RecvLine):
Method | makeConnection | Called with an ITerminalTransport
when a connection is established. |
Method | connectionLost | Called when the connection has been lost. |
Inherited from TerminalProtocol (via Manhole, HistoricRecvLine, RecvLine):
Method | makeConnection | Called with an ITerminalTransport
when a connection is established. |
Method | connectionLost | Called when the connection has been lost. |
Inherited from TerminalProtocol (via Manhole, HistoricRecvLine, RecvLine):
Method | makeConnection | Called with an ITerminalTransport
when a connection is established. |
Method | connectionLost | Called when the connection has been lost. |
Inherited from TerminalProtocol (via Manhole, HistoricRecvLine, RecvLine):
Method | makeConnection | Called with an ITerminalTransport
when a connection is established. |
Method | connectionLost | Called when the connection has been lost. |
Return a string containing the currently entered source.
This is only the code which will be considered for execution next.