Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/cpython/
Dcode.h215 PyAPI_FUNC(PyObject *) PyCode_GetCellvars(PyCodeObject *code);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/cpython/
Dcode.h215 PyAPI_FUNC(PyObject *) PyCode_GetCellvars(PyCodeObject *code);
/aosp_15_r20/external/python/cpython3/Include/cpython/
Dcode.h215 PyAPI_FUNC(PyObject *) PyCode_GetCellvars(PyCodeObject *code);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/cpython/
Dcode.h215 PyAPI_FUNC(PyObject *) PyCode_GetCellvars(PyCodeObject *code);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/cpython/
Dcode.h215 PyAPI_FUNC(PyObject *) PyCode_GetCellvars(PyCodeObject *code);
/aosp_15_r20/external/python/cpython3/Doc/c-api/
Dcode.rst104 .. c:function:: PyObject* PyCode_GetCellvars(PyCodeObject *co)
/aosp_15_r20/external/pytorch/torch/csrc/utils/
H A Dpythoncapi_compat.h569 PyCode_GetCellvars(PyCodeObject *code) in PyCode_GetCellvars() 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.c1431 PyCode_GetCellvars(PyCodeObject *code) in PyCode_GetCellvars() function
/aosp_15_r20/external/pytorch/functorch/csrc/dim/
H A Ddim.cpp1537 names = mpy::object::steal(PyCode_GetCellvars(code_object_)); in name()
/aosp_15_r20/external/python/cpython3/Modules/
D_testcapimodule.c6262 PyObject *co_cellvars = PyCode_GetCellvars(co); in test_code_api()
/aosp_15_r20/external/python/cpython3/Doc/whatsnew/
D3.11.rst2305 :c:func:`PyCode_GetCellvars` and :c:func:`PyCode_GetFreevars` respectively