Lines Matching refs:result
214 PyObject *result;
216 result = PyObject_CallMethod(module, "test_api_casts", "");
217 if (!result) return -1;
218 Py_DECREF(result);
220 result = PyObject_CallMethod(module, "test_unicode", "");
221 if (!result) return -1;
222 Py_DECREF(result);
224 result = PyObject_CallMethod(module, "test_virtual_object", "");
225 if (!result) return -1;
226 Py_DECREF(result);