Searched refs:PyCFunction_GetFunction (Results 1 – 16 of 16) sorted by relevance
23 PyAPI_FUNC(PyCFunction) PyCFunction_GetFunction(PyObject *);
48 PyAPI_FUNC(PyCFunction) PyCFunction_GetFunction(PyObject *);
91 PyCFunction_GetFunction
41 PyCFunction_GetFunction(PyObject *op) in PyCFunction_GetFunction() function
119 PyCFunction_GetFunction(PyObject *op) in PyCFunction_GetFunction() function
426 "PyCFunction_GetFunction"
139 EXPORT_FUNC(PyCFunction_GetFunction)
47 function,PyCFunction_GetFunction,3.2,,
48 …<elf-symbol name='PyCFunction_GetFunction' type='func-type' binding='global-binding' visibility='d…9085 …PyCFunction_GetFunction' mangled-name='PyCFunction_GetFunction' filepath='Objects/methodobject.c' …
1275 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()
452 [function.PyCFunction_GetFunction]