Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dmethodobject.h23 PyAPI_FUNC(PyCFunction) PyCFunction_GetFunction(PyObject *);
/external/python/cpython3/Include/
Dmethodobject.h48 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/cpython3/Objects/
Dmethodobject.c119 PyCFunction_GetFunction(PyObject *op) in PyCFunction_GetFunction() function
/external/python/cpython2/PC/os2emx/
Dpython27.def426 "PyCFunction_GetFunction"
/external/python/cpython3/PC/
Dpython3dll.c139 EXPORT_FUNC(PyCFunction_GetFunction)
/external/python/cpython3/Doc/data/
Dstable_abi.dat47 function,PyCFunction_GetFunction,3.2,,
Dpython3.11.abi48 …<elf-symbol name='PyCFunction_GetFunction' type='func-type' binding='global-binding' visibility='d…
9085PyCFunction_GetFunction' mangled-name='PyCFunction_GetFunction' filepath='Objects/methodobject.c' …
/external/python/cpython3/Modules/
D_json.c1275 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()
/external/python/cpython3/Misc/
Dstable_abi.toml452 [function.PyCFunction_GetFunction]