Searched refs:pFunc (Results 1 – 2 of 2) sorted by relevance
297 PyObject* pFunc = PyDict_GetItemString(pDict, funcToCall.c_str()); in getPythonJSON() local299 Py_INCREF(pFunc); in getPythonJSON()300 if (PyCallable_Check(pFunc)) in getPythonJSON()314 PyObject* pResult = PyObject_CallObject(pFunc, pArgs); in getPythonJSON()315 Py_DECREF(pFunc); in getPythonJSON()
163 PyObject* pFunc = PyDict_GetItemString(pDict, funcToCall.c_str()); in getPythonJSON() local165 Py_INCREF(pFunc); in getPythonJSON()166 if (PyCallable_Check(pFunc)) in getPythonJSON()180 PyObject* pResult = PyObject_CallObject(pFunc, pArgs); in getPythonJSON()181 Py_DECREF(pFunc); in getPythonJSON()