API Reference for Enthought Tool Suite 3.0.1
Util functions for block application.
Global logger
logger = logging.getLogger(__name__)
Global translator to ensure that log-context names are python-friendly
trans_table = string.maketrans('/.\\@#$%^&*()-+=<>', '_________________')
Create a data context from the NumericContext
Create a unique project name such that dir_name/<project_name>.prj and dir_name/<project_name>_files are unique paths.
Maps user input to filters that are internally useful.
| Local name | Refers to |
|---|---|
| GeoContext | enthought.contexts.geo_context.GeoContext |
| logging | logging |
| os | os |
| re | re |
| string | string |
© Copyright 2002-2008 Enthought, Inc.