Searched refs:PyCFunction_GetFunction (Results 1 – 9 of 9) sorted by relevance
23 PyAPI_FUNC(PyCFunction) PyCFunction_GetFunction(PyObject *);
27 PyAPI_FUNC(PyCFunction) PyCFunction_GetFunction(PyObject *);
53 PyCFunction_GetFunction(PyObject *op) in PyCFunction_GetFunction() function
91 PyCFunction_GetFunction
41 PyCFunction_GetFunction(PyObject *op) in PyCFunction_GetFunction() function
40 PyCFunction_GetFunction=python37.PyCFunction_GetFunction
426 "PyCFunction_GetFunction"
1328 PyCFunction f = PyCFunction_GetFunction(s->encoder); in encoder_new()
1849 …s->fast_encode = (PyCFunction_Check(s->encoder) && PyCFunction_GetFunction(s->encoder) == (PyCFunc… in encoder_new()