Home
last modified time | relevance | path

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

/third_party/python/Include/cpython/
Dcode.h215 PyAPI_FUNC(PyObject *) PyCode_GetCellvars(PyCodeObject *code);
/third_party/python/Doc/c-api/
Dcode.rst104 .. c:function:: PyObject* PyCode_GetCellvars(PyCodeObject *co)
/third_party/python/Objects/
Dcodeobject.c1431 PyCode_GetCellvars(PyCodeObject *code) in PyCode_GetCellvars() function
/third_party/python/Modules/
D_testcapimodule.c6262 PyObject *co_cellvars = PyCode_GetCellvars(co); in test_code_api()
/third_party/python/Doc/whatsnew/
D3.11.rst2305 :c:func:`PyCode_GetCellvars` and :c:func:`PyCode_GetFreevars` respectively
/third_party/python/Misc/
DNEWS1821 :c:func:`PyCode_GetCellvars` and :c:func:`PyCode_GetFreevars` for