Searched refs:PyCFunction_GetFunction (Results 1 – 5 of 5) sorted by relevance
23 PyAPI_FUNC(PyCFunction) PyCFunction_GetFunction(PyObject *);
91 PyCFunction_GetFunction
41 PyCFunction_GetFunction(PyObject *op) in PyCFunction_GetFunction() function
426 "PyCFunction_GetFunction"
1894 …s->fast_encode = (PyCFunction_Check(s->encoder) && PyCFunction_GetFunction(s->encoder) == (PyCFunc… in encoder_init()