Trees | Indices | Help |
|
---|
|
object --+ | ConsoleBase
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
Inherited from |
|
|
Interactive loop. This implementation uses two flags for determining if more user input has to be expected. - more: true if command is incomplete. Otherwise false. - guess_more: true if command is incomplete or complete but still expects an empty line to be passed for statement-termination. 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.0beta1 on Sun May 20 20:32:10 2007 | http://epydoc.sourceforge.net |