Package esys :: Package pyvisi :: Module common
[show private | hide private]
[frames | no frames]

Module esys.pyvisi.common

Variables common to all classes and functions
Function Summary
  debugMsg(message)
Convenience function for debugging messages.
  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 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.
Parameters:
message - the message to output if the debug flag is set
           (type=string)

fileCheck(fname)

Check to see if the specified file exists, if not, raise an exception
Parameters:
fname - the name of the file to check for
           (type=string)

overrideWarning(methodName)

Print a warning message for functions that need to be overridden but are called.
Parameters:
methodName - The method name as a string.

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.
Parameters:
rendererName - the name of the renderer module
           (type=string)

Variable Details

__revision__

Type:
str
Value:
'pre-alpha-4'                                                          

Generated by Epydoc 2.1 on Thu Apr 27 11:16:11 2006 http://epydoc.sf.net