Package SimPy :: Module tkconsole
[show private | hide private]
[frames | no frames]

Module SimPy.tkconsole

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.
Classes
Console  
OutputPipe A substitute file object for redirecting output to a function.

Function Summary
  commonprefix(keys)
  finisher(object)
  matchingkeys(keys, prefix)
  members(object)
  scanclass(klass, result)

Variable Summary
list callabletypes = [<type 'function'>, <type 'instancemetho...
list mappingtypes = [<type 'dict'>]
str REVISION = '$Revision: 1.1.1.4 $'
list sequencetypes = [<type 'tuple'>, <type 'list'>]
str VERSION = '1.1.1.4'

Variable Details

callabletypes

Type:
list
Value:
[<type 'function'>,
 <type 'instancemethod'>,
 <type 'classobj'>,
 <type 'builtin_function_or_method'>,
 <type 'builtin_function_or_method'>]                                  

mappingtypes

Type:
list
Value:
[<type 'dict'>]                                                        

REVISION

Type:
str
Value:
'$Revision: 1.1.1.4 $'                                                 

sequencetypes

Type:
list
Value:
[<type 'tuple'>, <type 'list'>]                                        

VERSION

Type:
str
Value:
'1.1.1.4'                                                              

Generated by Epydoc 2.1 on Wed Nov 16 12:02:41 2005 http://epydoc.sf.net