Searched refs:pFunc (Results 1 – 2 of 2) sorted by relevance
310 PyObject* pFunc = PyDict_GetItemString(pDict, funcToCall.c_str()); in getPythonJSON() local312 Py_INCREF(pFunc); in getPythonJSON()313 if (PyCallable_Check(pFunc)) in getPythonJSON()327 PyObject* pResult = PyObject_CallObject(pFunc, pArgs); in getPythonJSON()328 Py_DECREF(pFunc); in getPythonJSON()
176 PyObject* pFunc = PyDict_GetItemString(pDict, funcToCall.c_str()); in getPythonJSON() local178 Py_INCREF(pFunc); in getPythonJSON()179 if (PyCallable_Check(pFunc)) in getPythonJSON()193 PyObject* pResult = PyObject_CallObject(pFunc, pArgs); in getPythonJSON()194 Py_DECREF(pFunc); in getPythonJSON()