Home
last modified time | relevance | path

Searched refs:PyFunction_GetCode (Results 1 – 16 of 16) sorted by relevance

/aosp_15_r20/external/python/cpython2/Include/
Dfuncobject.h45 PyAPI_FUNC(PyObject *) PyFunction_GetCode(PyObject *);
/aosp_15_r20/external/python/cpython3/Include/cpython/
Dfuncobject.h67 PyAPI_FUNC(PyObject *) PyFunction_GetCode(PyObject *);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/cpython/
Dfuncobject.h67 PyAPI_FUNC(PyObject *) PyFunction_GetCode(PyObject *);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/cpython/
Dfuncobject.h67 PyAPI_FUNC(PyObject *) PyFunction_GetCode(PyObject *);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/cpython/
Dfuncobject.h67 PyAPI_FUNC(PyObject *) PyFunction_GetCode(PyObject *);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/cpython/
Dfuncobject.h67 PyAPI_FUNC(PyObject *) PyFunction_GetCode(PyObject *);
/aosp_15_r20/external/python/cpython2/Doc/c-api/
Dfunction.rst41 .. c:function:: PyObject* PyFunction_GetCode(PyObject *op)
/aosp_15_r20/external/python/cpython3/Doc/c-api/
Dfunction.rst53 .. c:function:: PyObject* PyFunction_GetCode(PyObject *op)
/aosp_15_r20/external/python/cpython2/PC/os2vacpp/
Dpython.def190 PyFunction_GetCode
/aosp_15_r20/external/python/cpython2/Objects/
Dfuncobject.c64 PyFunction_GetCode(PyObject *op) in PyFunction_GetCode() function
/aosp_15_r20/external/python/cpython3/Objects/
Dfuncobject.c154 PyFunction_GetCode(PyObject *op) in PyFunction_GetCode() function
/aosp_15_r20/external/python/cpython2/PC/os2emx/
Dpython27.def336 "PyFunction_GetCode"
/aosp_15_r20/external/python/cpython2/Doc/data/
Drefcounts.dat446 PyFunction_GetCode:PyObject*::0:
447 PyFunction_GetCode:PyObject*:op:0:
/aosp_15_r20/external/python/cpython3/Doc/data/
Drefcounts.dat915 PyFunction_GetCode:PyObject*::0:
916 PyFunction_GetCode:PyObject*:op:0:
Dpython3.11.abi261 …<elf-symbol name='PyFunction_GetCode' type='func-type' binding='global-binding' visibility='defaul…
8411PyFunction_GetCode' mangled-name='PyFunction_GetCode' filepath='Objects/funcobject.c' line='152' c…
/aosp_15_r20/external/python/cpython3/Modules/
D_testcapimodule.c6380 PyObject *code = PyFunction_GetCode(func); in function_get_code()