API Reference for Enthought Tool Suite 2.7.1
Utility functions.
fixme: I don't like random collections of utility functions! Where should this go?
Get the fully qualified module name for a filename.
For example, if the filename is
/enthought/envisage/core/core_plugin_definition.py
this method would return
enthought.envisage.core.core_plugin_definition
Returns the path to the zip file contained in the filename.
fixme: An example here would help.
Returns True if the path refers to a zip file.
| Local name | Refers to |
|---|---|
| extract_tb | traceback.extract_tb |
| File | enthought.io.file.File |
| format_list | traceback.format_list |
| is_zipfile | zipfile.is_zipfile |
| os | os |
| sys | sys |
| ZipFile | zipfile.ZipFile |
Copyright © 2002-2008 Enthought, Inc.