Name
sipEvalMethod -- Call a Python method
Synopsis
PyObject *
sipEvalMethod
(const sipPyMethod *
pm, PyObject *
args);
Description
Return Value
A pointer to the Python object which the methods
returns or NULL, if the method could not be found.
pm
A pointer to SIPs info about the method, usually taken
from SIPs method cache.
args
Pointer to a tuple with the parameters.