Home
last modified time | relevance | path

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

/third_party/python/Include/cpython/
Dcode.h217 PyAPI_FUNC(PyObject *) PyCode_GetFreevars(PyCodeObject *code);
/third_party/python/Doc/c-api/
Dcode.rst113 .. c:function:: PyObject* PyCode_GetFreevars(PyCodeObject *co)
/third_party/python/Objects/
Dcodeobject.c1443 PyCode_GetFreevars(PyCodeObject *code) in PyCode_GetFreevars() function
/third_party/python/Modules/
D_testcapimodule.c6280 PyObject *co_freevars = PyCode_GetFreevars(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