traits.trait_errors Module

Defines the standard exceptions raised by the Traits package.

Functions

traits.trait_errors.repr_type(obj)[source]

Return a string representation of a value and its type for readable error messages.

Classes

class traits.trait_errors.TraitError(args=None, name=None, info=None, value=None)[source]
class traits.trait_errors.TraitNotificationError[source]
class traits.trait_errors.DelegationError(args)[source]