Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython2/Include/
Dfuncobject.h46 PyAPI_FUNC(PyObject *) PyFunction_GetGlobals(PyObject *);
/aosp_15_r20/external/python/cpython3/Include/cpython/
Dfuncobject.h68 PyAPI_FUNC(PyObject *) PyFunction_GetGlobals(PyObject *);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/cpython/
Dfuncobject.h68 PyAPI_FUNC(PyObject *) PyFunction_GetGlobals(PyObject *);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/cpython/
Dfuncobject.h68 PyAPI_FUNC(PyObject *) PyFunction_GetGlobals(PyObject *);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/cpython/
Dfuncobject.h68 PyAPI_FUNC(PyObject *) PyFunction_GetGlobals(PyObject *);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/cpython/
Dfuncobject.h68 PyAPI_FUNC(PyObject *) PyFunction_GetGlobals(PyObject *);
/aosp_15_r20/external/python/cpython2/Doc/c-api/
Dfunction.rst46 .. c:function:: PyObject* PyFunction_GetGlobals(PyObject *op)
/aosp_15_r20/external/python/cpython3/Doc/c-api/
Dfunction.rst58 .. c:function:: PyObject* PyFunction_GetGlobals(PyObject *op)
/aosp_15_r20/external/python/cpython2/PC/os2vacpp/
Dpython.def192 PyFunction_GetGlobals
/aosp_15_r20/external/python/cpython2/Objects/
Dfuncobject.c74 PyFunction_GetGlobals(PyObject *op) in PyFunction_GetGlobals() function
/aosp_15_r20/external/python/cpython3/Objects/
Dfuncobject.c164 PyFunction_GetGlobals(PyObject *op) in PyFunction_GetGlobals() function
/aosp_15_r20/external/python/cpython2/PC/os2emx/
Dpython27.def337 "PyFunction_GetGlobals"
/aosp_15_r20/external/python/cpython2/Doc/data/
Drefcounts.dat452 PyFunction_GetGlobals:PyObject*::0:
453 PyFunction_GetGlobals:PyObject*:op:0:
/aosp_15_r20/external/python/cpython3/Doc/data/
Drefcounts.dat921 PyFunction_GetGlobals:PyObject*::0:
922 PyFunction_GetGlobals:PyObject*:op:0:
Dpython3.11.abi263 …<elf-symbol name='PyFunction_GetGlobals' type='func-type' binding='global-binding' visibility='def…
8407PyFunction_GetGlobals' mangled-name='PyFunction_GetGlobals' filepath='Objects/funcobject.c' line='…
/aosp_15_r20/external/python/cpython3/Modules/
D_testcapimodule.c6392 PyObject *globals = PyFunction_GetGlobals(func); in function_get_globals()