Searched refs:int_func (Results 1 – 3 of 3) sorted by relevance
68 friend int int_func();
62 friend int int_func();
1579 PyObject *int_func = PyObject_GetAttr(integral, int_name); local1580 if (int_func == NULL) {1585 integral = PyEval_CallObject(int_func, NULL);1586 Py_DECREF(int_func);