Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/cpython/
Dcode.h213 PyAPI_FUNC(PyObject *) PyCode_GetVarnames(PyCodeObject *code);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/cpython/
Dcode.h213 PyAPI_FUNC(PyObject *) PyCode_GetVarnames(PyCodeObject *code);
/aosp_15_r20/external/python/cpython3/Include/cpython/
Dcode.h213 PyAPI_FUNC(PyObject *) PyCode_GetVarnames(PyCodeObject *code);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/cpython/
Dcode.h213 PyAPI_FUNC(PyObject *) PyCode_GetVarnames(PyCodeObject *code);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/cpython/
Dcode.h213 PyAPI_FUNC(PyObject *) PyCode_GetVarnames(PyCodeObject *code);
/aosp_15_r20/external/python/cpython3/Doc/c-api/
Dcode.rst95 .. c:function:: PyObject* PyCode_GetVarnames(PyCodeObject *co)
/aosp_15_r20/external/pytorch/torch/csrc/utils/
H A Dpythoncapi_compat.h551 PyCode_GetVarnames(PyCodeObject *code) in PyCode_GetVarnames() function
/aosp_15_r20/external/python/cpython3/Misc/NEWS.d/
D3.11.0rc1.rst434 Added :c:func:`PyCode_GetVarnames`, :c:func:`PyCode_GetCellvars` and
/aosp_15_r20/external/python/cpython3/Objects/
Dcodeobject.c1419 PyCode_GetVarnames(PyCodeObject *code) in PyCode_GetVarnames() function
/aosp_15_r20/external/pytorch/functorch/csrc/dim/
H A Ddim.cpp1534 names = mpy::object::steal(PyCode_GetVarnames(code_object_)); in name()
/aosp_15_r20/external/python/cpython3/Modules/
D_testcapimodule.c6244 PyObject *co_varnames = PyCode_GetVarnames(co); in test_code_api()
/aosp_15_r20/external/python/cpython3/Doc/whatsnew/
D3.11.rst2304 :c:func:`PyCode_GetCode`, :c:func:`PyCode_GetVarnames`,