API Reference for Enthought Tool Suite 3.2.0
Return all objects that are in the reference chain to this item.
Convert a dictionary of id: [id1, id2, ...] into a list of tuples (key_object, [value_object1, value_object2, ...] of actual objects.
We change to tuples here, because many objects (like dicts) cannot be the keys in a dictionary.
Return a mapping of ids to objects for all objects in the system.
| Local name | Refers to |
|---|---|
| Any | enthought.traits.trait_types.Any |
| Dict | enthought.traits.trait_types.Dict |
| gc | gc |
| HasTraits | enthought.traits.has_traits.HasTraits |
| Int | enthought.traits.trait_types.Int |
| List | enthought.traits.trait_types.List |
| Property | enthought.traits.traits.Property |
| Str | enthought.traits.trait_types.Str |
| sys | sys |
| weakref | weakref |
© Copyright 2002-2009 Enthought, Inc.