| Home | Trees | Indices | Help |
|---|
|
|
object --+
|
type --+
|
MetaHasTraits
A metaclass for HasTraits.
This metaclass makes sure that any TraitType class attributes are instantiated and sets their name attribute.
|
|||
| the object's type |
|
||
|
Inherited from Inherited from |
|||
|
|||
| a new object with type S, a subtype of T |
|
||
|
|||
|
Inherited from Inherited from |
|||
|
|||
Create the HasTraits class. This instantiates all TraitTypes in the class dict and sets their :attr:`name` attribute.
|
Finish initializing the HasTraits class. This sets the :attr:`this_class` attribute of each TraitType in the class dict to the newly created class ``cls``.
|
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Mon Sep 19 18:07:08 2011 | http://epydoc.sourceforge.net |