API Reference for Enthought Tool Suite 3.2.0
Defines some helper classes and traits used to define 'bindable' editor values.
Define a shorthand name for a ContextValue:
CV = ContextValue
CVFloat = CVType(Float)
CVInt = CVType(Int)
CVStr = CVType(Str)
InstanceOfContextValue = Instance(ContextValue, allow_none = False)
| Local name | Refers to |
|---|---|
| Either | enthought.traits.trait_types.Either |
| Float | enthought.traits.trait_types.Float |
| HasPrivateTraits | enthought.traits.has_traits.HasPrivateTraits |
| Instance | enthought.traits.trait_types.Instance |
| Int | enthought.traits.trait_types.Int |
| Str | enthought.traits.trait_types.Str |
© Copyright 2002-2009 Enthought, Inc.