API Reference for Enthought Tool Suite 3.2.0

Utility functions for managing and finding resources (ie. images/files etc).

get_path : Returns the absolute path of a class or instance

create_unique_name : Creates a name with a given prefix that is not in a
given list of existing names. The separator between the prefix and the rest of the name can also be specified (default is a '_')
find_resource: Given a setuptools project specification string
('MyProject>=2.1') and a partial path leading from the projects base directory to the desired resource, will return either an opened file object or, if specified, a full path to the resource.

Function summary

Functions

Imported Names

Local nameRefers to
inspectinspect
osos
syssys

© Copyright 2002-2009 Enthought, Inc.