| Home | Trees | Index | Help |
|---|
| Package esys :: Package pyvisi :: Module common |
|
| Function Summary | |
|---|---|
Convenience function for debugging messages. | |
Check to see if the specified file exists, if not, raise an exception | |
Print a warning message for functions that need to be overridden but are called. | |
Print an error message when a method is called that is defined in pyvisi but is not supported at the renderer module level. | |
| Variable Summary | |
|---|---|
str |
__revision__ = 'pre-alpha-4'
|
| Function Details |
|---|
debugMsg(message)Convenience function for debugging messages. This function will print out a debugging message if the debug variable is set.
|
fileCheck(fname)Check to see if the specified file exists, if not, raise an exception
|
overrideWarning(methodName)Print a warning message for functions that need to be overridden but are called.
|
unsupportedError(rendererName)Print an error message when a method is called that is defined in pyvisi but is not supported at the renderer module level.
|
| Variable Details |
|---|
__revision__
|
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 2.1 on Thu Apr 27 11:16:11 2006 | http://epydoc.sf.net |