API Reference for Enthought Tool Suite 3.2.0
Tests to help find out how trait list events work.
These tests exist because when we are using the 'ExtensionPoint' trait type we try to mimic trait list events when extensions are added or removed.
The starting list for all tests.
TEST_LIST = [ 7, 9, 2, 3, 4, 1, 6, 5, 8, 0 ]
Recreate a list operation from a trait list event.
| Local name | Refers to |
|---|---|
| HasTraits | enthought.traits.has_traits.HasTraits |
| List | enthought.traits.trait_types.List |
| unittest | unittest |
© Copyright 2002-2009 Enthought, Inc.