| Trees | Indices | Help |
|
|---|
|
|
object --+
|
ConsoleBase
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
Wraps raw_input. Override this method in subclasses to customize input behaviour.
|
Interactive loop. This implementation uses two flags for determining if more user input has to be expected.
The guess_more flag is introduced instead of hypothetical line break trailers and maybe_compile cruft of the stdlibs implementation ( codeop.py ). |
Execute a code object. When an exception occurs, self.showtraceback() is called to display a traceback. All exceptions are caught except SystemExit, which is reraised. A note about KeyboardInterrupt: this exception may occur elsewhere in this code, and may not always be caught. The caller should be prepared to deal with it. (copied from code.py) |
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Wed Aug 13 16:31:31 2008 | http://epydoc.sourceforge.net |