API Reference for Enthought Tool Suite 3.0.1
The Enthought class browser module.
Logging.
logger = logging.getLogger(__name__)
A cache that contains every module that has been parsed.
MODULES = { }
Has the cache been modified in this process?
MODULES_CHANGED = False
Returns the filename for the specified module.
Loads the module cache from disk.
Parse every module in the specified directory.
Parses a file.
Parses a module.
Parse every module in the specified package.
Saves the module cache to disk.
| Local name | Refers to |
|---|---|
| cPickle | cPickle |
| File | enthought.io.file.File |
| imp | imp |
| logging | logging |
| ModuleFactory | enthought.envisage.developer.code_browser.module.ModuleFactory |
| os | os |
| Package | enthought.envisage.developer.code_browser.package.Package |
| stat | stat |
| warnings | warnings |
© Copyright 2002-2008 Enthought, Inc.