| Trees | Indices | Help |
|---|
|
|
object --+
|
exceptions.BaseException --+
|
exceptions.Exception --+
|
MissingExternalDependencyError --+
|
object --+ |
| |
exceptions.BaseException --+ |
| |
exceptions.Exception --+ |
| |
exceptions.StandardError --+ |
| |
exceptions.ImportError --+
|
MissingPythonDependencyError
Missing an external python dependency (subclass of ImportError).
Used for missing Python modules (rather than just a typical ImportError). Important for our unit tests to allow skipping tests with missing external python dependencies, while also allowing the exception to be caught as an ImportError.
|
|||
|
Inherited from Inherited from Inherited from |
|||
|
|||
|
Inherited from Inherited from |
|||
| Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Fri Nov 26 16:18:46 2010 | http://epydoc.sourceforge.net |