Trees | Indices | Help |
---|
|
object --+ | Interpreter --+ | CmdInterpreter
Interactive Interpreter with special output and Deferred support.
Aside from the features provided by code.InteractiveInterpreter
, this class captures
sys.stdout output and redirects it to the appropriate location (the
Manhole protocol instance). It also treats Deferreds which reach the
top-level specially: each is formatted to the user with a unique
identifier and a new callback and errback added to it, each of which will
format the unique identifier and the result with which the Deferred fires
and then pass it on to the next participant in the callback chain.
|
|||
|
|||
|
|||
Inherited from |
|
|||
cmdClass = None hash(x) |
|||
_cmd = None hash(x) |
|
|||
Inherited from |
|
x.__init__(...) initializes x; see help(type(x)) for signature
|
This version of push returns a deferred that will fire when the command is done and the interpreter can show the next prompt.
|
Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Wed Jun 17 07:31:30 2015 | http://epydoc.sourceforge.net |