Home
last modified time | relevance | path

Searched refs:PyCode_GetFreevars (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/cpython/
Dcode.h217 PyAPI_FUNC(PyObject *) PyCode_GetFreevars(PyCodeObject *code);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/cpython/
Dcode.h217 PyAPI_FUNC(PyObject *) PyCode_GetFreevars(PyCodeObject *code);
/aosp_15_r20/external/python/cpython3/Include/cpython/
Dcode.h217 PyAPI_FUNC(PyObject *) PyCode_GetFreevars(PyCodeObject *code);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/cpython/
Dcode.h217 PyAPI_FUNC(PyObject *) PyCode_GetFreevars(PyCodeObject *code);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/cpython/
Dcode.h217 PyAPI_FUNC(PyObject *) PyCode_GetFreevars(PyCodeObject *code);
/aosp_15_r20/external/python/cpython3/Doc/c-api/
Dcode.rst113 .. c:function:: PyObject* PyCode_GetFreevars(PyCodeObject *co)
/aosp_15_r20/external/pytorch/torch/csrc/utils/
H A Dpythoncapi_compat.h560 PyCode_GetFreevars(PyCodeObject *code) in PyCode_GetFreevars() function
/aosp_15_r20/external/python/cpython3/Misc/NEWS.d/
D3.11.0rc1.rst435 :c:func:`PyCode_GetFreevars` for accessing ``co_varnames``, ``co_cellvars``
/aosp_15_r20/external/python/cpython3/Objects/
Dcodeobject.c1443 PyCode_GetFreevars(PyCodeObject *code) in PyCode_GetFreevars() function
/aosp_15_r20/external/python/cpython3/Modules/
D_testcapimodule.c6280 PyObject *co_freevars = PyCode_GetFreevars(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