API Reference for Enthought Tool Suite 3.0.1
Basic namespace architecture
All of the documented objects from Python have an associated namespace, so that it is possible to link to related objects -- for example, base classes, or functions called in attribute/trait definitions.
Here is the basic functionality to make this happen.
| Local name | Refers to |
|---|---|
| alpha_sort | enthought.endo.util.alpha_sort |
| Set | sets.Set |
© Copyright 2002-2008 Enthought, Inc.