API Reference for Enthought Tool Suite 3.2.0

Modifications to the standard profile.py API.

The standard profile.run() method in the Python library does not provide access to variables available to the code snippet during a run. For example, the following fails:

a = 1 profile.run("main(a)")

This is because the variable 'a' will not properly be found. This function fixes the problem.

Function summary

Functions

Imported Names

Local nameRefers to
profileprofile

© Copyright 2002-2009 Enthought, Inc.