API Reference for Enthought Tool Suite 3.2.0
An unpickler that is tolerant of class refactorings, and implements a two-stage pickling process to make it possible to unpickle complicated Python object hierarchies where the unserialized state of an object depends on the state of other objects in the same pickle.
Setup a logger for this module
logger = logging.getLogger(__name__)
Called to enable an unpickler to modify the state of this instance.
Called prior to the actual load_build() unpickling method which primes the state dictionary with meta-data.
| Local name | Refers to |
|---|---|
| BUILD | pickle.BUILD |
| DictionaryType | types.DictionaryType |
| GeneratorType | types.GeneratorType |
| HasTraits | enthought.traits.has_traits.HasTraits |
| Instance | enthought.traits.trait_types.Instance |
| logging | logging |
| new | new |
| path | os.path |
| sys | sys |
| Unpickler | pickle.Unpickler |
| UnpicklingError | pickle.UnpicklingError |
© Copyright 2002-2009 Enthought, Inc.