Inherits from
- HasTraits: enthought.traits.has_traits.HasTraits
Attributes
- d
d = Dict({ Const('a') : Const('apple'), Const('b') : Const('banana'), Const('c') : Const('cherry'), Const('d') : Const('durian') })
API Reference for Enthought Tool Suite 3.2.0
A dummy HasTraits class with a Dict
d = Dict({ Const('a') : Const('apple'), Const('b') : Const('banana'), Const('c') : Const('cherry'), Const('d') : Const('durian') })
© Copyright 2002-2009 Enthought, Inc.