API Reference for Enthought Tool Suite 3.2.0
This module adds a fix for wx.py's introspect module.
In order to do code-completion, the function introspect.getAttributeName accesses all the attributes of the current object. This causes severe problems for modules like tvtk which depend on lazy importing. The original introspect module also has severe problems with large Numeric arrays because it calls str() on the Numeric object in order to find its methods.
This file defines a fixed function that works fine with lazy objects and large Numeric arrays. This fixed function is injected into the introspect module.
Return dict of all attributes, including inherited, for an object.
Recursively walk through a class and all base classes.
Return list of unique attributes, including inherited, for object.
| Local name | Refers to |
|---|---|
| introspect | wx.py.introspect |
| types | types |
© Copyright 2002-2009 Enthought, Inc.