Home
last modified time | relevance | path

Searched refs:PyFunction_GetModule (Results 1 – 15 of 15) sorted by relevance

/aosp_15_r20/external/python/cpython2/Include/
Dfuncobject.h47 PyAPI_FUNC(PyObject *) PyFunction_GetModule(PyObject *);
/aosp_15_r20/external/python/cpython3/Include/cpython/
Dfuncobject.h69 PyAPI_FUNC(PyObject *) PyFunction_GetModule(PyObject *);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/cpython/
Dfuncobject.h69 PyAPI_FUNC(PyObject *) PyFunction_GetModule(PyObject *);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/cpython/
Dfuncobject.h69 PyAPI_FUNC(PyObject *) PyFunction_GetModule(PyObject *);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/cpython/
Dfuncobject.h69 PyAPI_FUNC(PyObject *) PyFunction_GetModule(PyObject *);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/cpython/
Dfuncobject.h69 PyAPI_FUNC(PyObject *) PyFunction_GetModule(PyObject *);
/aosp_15_r20/external/python/cpython2/Doc/c-api/
Dfunction.rst51 .. c:function:: PyObject* PyFunction_GetModule(PyObject *op)
/aosp_15_r20/external/python/cpython3/Doc/c-api/
Dfunction.rst63 .. c:function:: PyObject* PyFunction_GetModule(PyObject *op)
/aosp_15_r20/external/python/cpython2/Objects/
Dfuncobject.c84 PyFunction_GetModule(PyObject *op) in PyFunction_GetModule() function
/aosp_15_r20/external/python/cpython3/Objects/
Dfuncobject.c174 PyFunction_GetModule(PyObject *op) in PyFunction_GetModule() function
/aosp_15_r20/external/python/cpython2/PC/os2emx/
Dpython27.def338 "PyFunction_GetModule"
/aosp_15_r20/external/python/cpython2/Doc/data/
Drefcounts.dat455 PyFunction_GetModule:PyObject*::0:
456 PyFunction_GetModule:PyObject*:op:0:
/aosp_15_r20/external/python/cpython3/Doc/data/
Drefcounts.dat924 PyFunction_GetModule:PyObject*::0:
925 PyFunction_GetModule:PyObject*:op:0:
Dpython3.11.abi265 …<elf-symbol name='PyFunction_GetModule' type='func-type' binding='global-binding' visibility='defa…
8403PyFunction_GetModule' mangled-name='PyFunction_GetModule' filepath='Objects/funcobject.c' line='17…
/aosp_15_r20/external/python/cpython3/Modules/
D_testcapimodule.c6404 PyObject *module = PyFunction_GetModule(func); in function_get_module()