Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dmethodobject.h23 PyAPI_FUNC(PyCFunction) PyCFunction_GetFunction(PyObject *);
/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/cpython2/PC/os2emx/
Dpython27.def426 "PyCFunction_GetFunction"
/external/python/cpython2/Modules/
D_json.c1894 …s->fast_encode = (PyCFunction_Check(s->encoder) && PyCFunction_GetFunction(s->encoder) == (PyCFunc… in encoder_init()