Table of Contents

Module: tkconsole simpy1_4_2\SimPy\tkconsole.py

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.

Imported modules   
from Tkinter import *
import __builtin__
import string
import sys
import traceback
import types
Functions   
commonprefix
finisher
matchingkeys
members
scanclass
  commonprefix 
commonprefix ( keys )

  finisher 
finisher ( object )

  matchingkeys 
matchingkeys ( keys,  prefix )

  members 
members ( object )

  scanclass 
scanclass ( klass,  result )

Classes   

Console

OutputPipe

A substitute file object for redirecting output to a function.


Table of Contents

This document was automatically generated on Sat May 22 12:08:33 2004 by HappyDoc version 2.1