PyObject * sipEvalMethod(const sipPyMethod * pm, PyObject * args);
PyObject * sipEvalMethod
A pointer to the Python object which the methods returns or NULL, if the method could not be found.
A pointer to SIPs info about the method, usually taken from SIPs method cache.
Pointer to a tuple with the parameters.
void sipCallHook(char * hookname);
void sipCallHook
From the __builtin__ module dictionary get the function hook. Call the hook and discard any result.
Character string with the hook function name.