Trees | Indices | Help |
---|
|
Line-input oriented interactive interpreter loop.
Provides classes for handling Python source input and arbitrary output interactively from a Twisted application. Also included is syntax coloring code with support for VT102 terminals, control code handling (^C, ^D, ^Q), and reasonable handling of Deferreds.
Author: Jp Calderone
|
|||
FileWrapper Minimal write-file-like object. |
|||
Interpreter | |||
ManholeInterpreter Interactive Interpreter with special output and Deferred support. |
|||
Manhole Mediator between a fancy line source and an interactive interpreter. |
|||
CmdInterpreter Interactive Interpreter with special output and Deferred support. |
|||
CmdManhole | |||
CmdServerProtocol | |||
Stdio |
|
|||
|
|
|||
CTRL_C = '\x03'
|
|||
CTRL_D = '\x04'
|
|||
CTRL_BACKSLASH = '\x1c'
|
|||
CTRL_L = '\x0c'
|
Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Sun May 10 13:50:45 2015 | http://epydoc.sourceforge.net |