API Reference for Enthought Tool Suite 2.7.1
A version registry that manages handlers for different state versions.
logger = logging.getLogger(__name__)
The singleton registry.
registry = _create_registry()
Walks the class hierarchy and obtains the versions of the various classes and returns a list of tuples of the form ((class_name, module), version) in reverse order of the MRO.
| Local name | Refers to |
|---|---|
| inspect | inspect |
| logging | logging |
| sys | sys |
Copyright © 2002-2008 Enthought, Inc.