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