API Reference for Enthought Tool Suite 3.0.1
Classes to represent function input and output variables along with "bindings" (variable names or values) to them. There are also classes that store information about the units of a variable.
python_name = re.compile('^[a-zA-Z_][a-zA-Z0-9_]*$')
Singleton version of Undefined (like None)
Undefined = _Undefined()
Property validator function that tests whether a value is a valid python variable name.
| Local name | Refers to |
|---|---|
| Any | enthought.traits.trait_types.Any |
| Bool | enthought.traits.trait_types.Bool |
| HasTraits | enthought.traits.has_traits.HasTraits |
| Property | enthought.traits.traits.Property |
| re | re |
| Str | enthought.traits.trait_types.Str |
| TraitError | enthought.traits.trait_errors.TraitError |
© Copyright 2002-2008 Enthought, Inc.