| Home | Trees | Index | Help |
|
|---|
| Package wx :: Package py :: Module interpreter :: Class InterpreterAlaCarte |
|
InteractiveInterpreter--+ |Interpreter--+ | InterpreterAlaCarte
Demo Interpreter.
| Method Summary | |
|---|---|
Create an interactive interpreter object. | |
| Inherited from Interpreter | |
Return list of auto-completion keycodes. | |
Return list of auto-completion options for a command. | |
Return call tip text for a command. | |
Send command to the interpreter to be executed. | |
Compile and run source code in the interpreter. | |
| Inherited from InteractiveInterpreter | |
Execute a code object. | |
Display the syntax error that just occurred. | |
Display the exception that just occurred. | |
Write a string. | |
| Class Variable Summary | |
|---|---|
| Inherited from Interpreter | |
str |
revision = '1.6.2.1'
|
| Method Details |
|---|
__init__(self,
locals,
rawin,
stdin,
stdout,
stderr,
ps1='main prompt',
ps2='continuation prompt')
|
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1.20050511.rpd on Sat Jun 16 16:55:23 2007 | http://epydoc.sf.net |