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