API Reference for Enthought Tool Suite 3.0.1
Defines the Application object and runs it if executed as __main__.
builtin_names = set(dir(__builtin__))
NEW_EXPR_ENTRY = MinimalFunctionInfo(name = 'Add New Expressions', module = 'Create a new expression block')
A global object to represent a new function. We're cheating here a bit and putting labels in the correct "columns" (name, module) to get the UI that we want. The UI classes below have some code to special cases this class.
NEW_FUNCTION_ENTRY = MinimalFunctionInfo(name = 'Add New Function', module = 'Create a new function')
python_name = re.compile('^[a-zA-Z_][a-zA-Z0-9_]*$')
© Copyright 2002-2008 Enthought, Inc.