Trees | Indices | Help |
|
---|
|
|
|||
_Wrapper Class used to wrap a function from pymmlibs, checking the return code and raising an exception if it is not of the correct 'OK' enum value. |
|||
MmException An exception class that specifically indicates the failure of an mmlibs call. |
|||
ReturnCode A class to hold special return code values and translate return code values into names. |
|||
_CCodeProfiler A class for profiling the time spent in C functions. |
|
|||
|
|||
|
|||
|
|||
|
|||
|
|
|||
Null = mm.Null
|
|||
_trace_logging = False hash(x) |
|||
_logger = logging.getLogger("schrodinger.infra.mm")
|
|||
IGNORED_SWIG_FUNCTIONS =
|
|||
__package__ =
|
|
Create wrappers for all of the mmlibs and place them into the module's global namespace.
|
Get the mmlib prefix from a function or variable name. The prefix is the lowercased string up to (but not including) the first underscore. If no underscore is present, return None. |
Set up a dictionary of ReturnCode objects, indexed by the mmlib prefix names. This dictionary is used to translate error codes into names so errors make more sense to the humans reading the error message.
|
|
IGNORED_SWIG_FUNCTIONS
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Wed Oct 26 00:59:29 2016 | http://epydoc.sourceforge.net |