Package pydrizzle :: Package traits102 :: Module trait_sheet :: Class TraitGroup
[hide private]
[frames] | no frames]

Class TraitGroup

source code

traits.HasTraits --+
                   |
                  TraitGroup

Instance Methods [hide private]
 
__init__(self, *values, **traits) source code
 
clone(self) source code
 
__add__(self, other) source code

Inherited from traits.HasTraits: __call__, __delattr__, __getattr__, __setattr__, add_trait, clone_traits, configure_traits, defer_trait_change, edit_traits, editable_traits, get_trait, on_trait_change, reset_traits, set, sync_trait, traits

Class Variables [hide private]
  __traits__ = {'values': ReadOnly, 'label': none_or_string, 'st...
Method Details [hide private]

__init__(self, *values, **traits)
(Constructor)

source code 
Overrides: traits.HasTraits.__init__

Class Variable Details [hide private]

__traits__

Value:
{'values': ReadOnly, 'label': none_or_string, 'style': style_trait, 'o\
rientation': Trait('vertical', TraitPrefixList('vertical', 'horizontal\
')), 'show_border': true_trait, 'show_labels': true_trait, 'object': o\
bject_trait}