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.

Function summary

Functions

Imported Names

Local nameRefers to
introspectwx.py.introspect
typestypes

© Copyright 2002-2009 Enthought, Inc.