Skip to content

Latest commit

 

History

History
84 lines (48 loc) · 1.54 KB

has_traits.rst

File metadata and controls

84 lines (48 loc) · 1.54 KB

has_traits Module

traits.has_traits

Classes

ViewElement

MetaHasTraits

MetaInterface

__init__

__call__

MetaHasTraitsObject

__init__

HasTraits

wrappers

{'same': TraitChangeNotifyWrapper,
    'extended': ExtendedTraitChangeNotifyWrapper,
    'new': NewTraitChangeNotifyWrapper,
    'fast_ui': FastUITraitChangeNotifyWrapper,
    'ui': FastUITraitChangeNotifyWrapper}

Mapping from dispatch type to notification wrapper class type

HasStrictTraits

HasRequiredTraits

HasPrivateTraits

SingletonHasTraits

SingletonHasStrictTraits

SingletonHasPrivateTraits

Vetoable

Interface

ISerializable

traits_super

ABC classes

Note

These classes are only available when the abc module is present.

ABCMetaHasTraits

ABCHasTraits

ABCHasStrictTraits

Functions

cached_property

get_delegate_pattern

implements

on_trait_change

property_depends_on

provides

weak_arg