API Reference for Enthought Tool Suite 3.2.0
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 |
|---|---|
| basename | os.path.basename |
| dirname | os.path.dirname |
| is_zipfile | zipfile.is_zipfile |
| isdir | os.path.isdir |
| os | os |
| splitdrive | os.path.splitdrive |
| splitext | os.path.splitext |
| ZipFile | zipfile.ZipFile |
© Copyright 2002-2009 Enthought, Inc.