Home | Trees | Indices | Help |
---|
|
A Tkinter-based console for conversing with the Python interpreter, featuring more tolerant pasting of code from other interactive sessions, better handling of continuations than the standard Python interpreter, highlighting of the most recently-executed code block, the ability to edit and reexecute previously entered code, a history of recently-entered lines, automatic multi-level completion with pop-up menus, and pop-up help.
Ka-Ping Yee <ping@lfw.org>, 18 April 1999. This software is in the public domain and is provided without express or implied warranty. Permission to use, modify, or distribute the software for any purpose is hereby granted.
|
|||
|
OutputPipe A substitute file object for redirecting output to a function. |
||
| Console |
|
|||
| scanclass(klass, result) | ||
| members(object) | ||
| matchingkeys(keys, prefix) | ||
| commonprefix(keys) | ||
| finisher(object) |
|
|||
|
REVISION = '$Revision: 1.1.1.4 $'
|
||
|
VERSION = '1.1.1.4'
|
||
|
callabletypes = [<type 'function'>, <type 'instancemethod'>, <type '...
|
||
|
sequencetypes = [<type 'tuple'>, <type 'list'>]
|
||
|
mappingtypes = [<type 'dict'>]
|
||
|
c = Console(dict= {})
|
|
|
|
|
|
|
|
REVISIONNone
|
VERSIONNone
|
callabletypesNone
|
sequencetypesNone
|
mappingtypesNone
|
cNone
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0alpha3 on Wed Jan 31 11:14:54 2007 | http://epydoc.sourceforge.net |