| Trees | Indices | Help |
|
|---|
|
|
object --+
|
ConsoleBase --+
|
object --+ |
| |
eeoptions.EEShow --+
|
EEConsole
Console object used to handle user input.
This console object is to some extend a redesign of the InteractiveConsole object of the stdlib.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
Method used at console start. Select right prompt and print header.
|
reset default prompt
|
Transforms langlet expr/statement into one or more Python statements. Compile and execute those statements.
|
Parses eventually incomplete langlet statement. Following actions are possible: 1) Complete langlet statement could be parsed. Parse tree is returned. 2) Langlet statement incomplete. Needs more user input. Nothing is returned. 3) Syntax error detected within langlet statement. SyntaxError exception is raised.
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Wed Aug 13 16:31:31 2008 | http://epydoc.sourceforge.net |