Home
last modified time | relevance | path

Searched refs:PyCFunction_GetFunction (Results 1 – 9 of 9) sorted by relevance

/external/python/cpython2/Include/
Dmethodobject.h23 PyAPI_FUNC(PyCFunction) PyCFunction_GetFunction(PyObject *);
/external/python/cpython3/Include/
Dmethodobject.h27 PyAPI_FUNC(PyCFunction) PyCFunction_GetFunction(PyObject *);
/external/python/cpython3/Objects/
Dmethodobject.c53 PyCFunction_GetFunction(PyObject *op) in PyCFunction_GetFunction() function
/external/python/cpython2/PC/os2vacpp/
Dpython.def91 PyCFunction_GetFunction
/external/python/cpython2/Objects/
Dmethodobject.c41 PyCFunction_GetFunction(PyObject *op) in PyCFunction_GetFunction() function
/external/python/cpython3/PC/
Dpython3.def40 PyCFunction_GetFunction=python37.PyCFunction_GetFunction
/external/python/cpython2/PC/os2emx/
Dpython27.def426 "PyCFunction_GetFunction"
/external/python/cpython3/Modules/
D_json.c1328 PyCFunction f = PyCFunction_GetFunction(s->encoder); in encoder_new()
/external/python/cpython2/Modules/
D_json.c1849 …s->fast_encode = (PyCFunction_Check(s->encoder) && PyCFunction_GetFunction(s->encoder) == (PyCFunc… in encoder_new()