API Reference for Enthought Tool Suite 3.0.1

Simple user interface for viewing/editing code in a LocalPythonFunction.

The UI has read-only tables for the input/outputs of the function. Below that has a code window that allows users to edit the function. When the function is edited, the inputs/outputs should update appropriately. If there is a syntax error (load_error) in the text, the error is reported in a text box at the bottom of the UI.

Since we don't really do this in the application (we edit the FunctionCall), the UI has been made private. It is useful for testing that a LocalPythonFunction is updating correctly based on changes to its code.

Variables

Imported Names

Local nameRefers to
CodeEditorenthought.traits.ui.editors.CodeEditor
Groupenthought.traits.ui.group.Group
HGroupenthought.traits.ui.group.HGroup
Itementhought.traits.ui.item.Item
Labelenthought.traits.ui.item.Label
ObjectColumnenthought.traits.ui.table_column.ObjectColumn
TableEditorenthought.traits.ui.editors.TableEditor
VGroupenthought.traits.ui.group.VGroup
Viewenthought.traits.ui.view.View
VSplitenthought.traits.ui.group.VSplit

© Copyright 2002-2008 Enthought, Inc.