errtype          1034 source4/lib/wmi/wmi_wrap.c SWIG_Python_SetErrorObj(PyObject *errtype, PyObject *obj) {
errtype          1036 source4/lib/wmi/wmi_wrap.c   PyErr_SetObject(errtype, obj);
errtype          1042 source4/lib/wmi/wmi_wrap.c SWIG_Python_SetErrorMsg(PyObject *errtype, const char *msg) {
errtype          1044 source4/lib/wmi/wmi_wrap.c   PyErr_SetString(errtype, (char *) msg);