API Reference for Enthought Tool Suite 2.7.1

Defines the base TraitHandler class and a standard set of TraitHandler subclasses for use with the Traits package.

A trait handler mediates the assignment of values to object traits. It verifies (via its validate() method) that a specified value is consistent with the object trait, and generates a TraitError exception if it is not consistent.

Variables

Classes

Function summary

Functions

Imported Names

Local nameRefers to
class_ofenthought.traits.trait_base.class_of
ClassTypesenthought.traits.trait_base.ClassTypes
CoercableTypesenthought.traits.trait_base.CoercableTypes
copycopy
CTraitMethodctraits.CTraitMethod
ctraitsctraits
FunctionTypetypes.FunctionType
InstanceTypetypes.InstanceType
logginglogging
MethodTypetypes.MethodType
rere
refweakref.ref
SequenceTypesenthought.traits.trait_base.SequenceTypes
strxenthought.traits.trait_base.strx
syssys
TraitErrorenthought.traits.trait_errors.TraitError
TypeTypetypes.TypeType
TypeTypesenthought.traits.trait_base.TypeTypes
Undefinedenthought.traits.trait_base.Undefined

Copyright © 2002-2008 Enthought, Inc.