Home
last modified time | relevance | path

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

/third_party/python/Include/cpython/
Dcode.h213 PyAPI_FUNC(PyObject *) PyCode_GetVarnames(PyCodeObject *code);
/third_party/python/Doc/c-api/
Dcode.rst95 .. c:function:: PyObject* PyCode_GetVarnames(PyCodeObject *co)
/third_party/python/Objects/
Dcodeobject.c1419 PyCode_GetVarnames(PyCodeObject *code) in PyCode_GetVarnames() function
/third_party/python/Modules/
D_testcapimodule.c6244 PyObject *co_varnames = PyCode_GetVarnames(co); in test_code_api()
/third_party/python/Doc/whatsnew/
D3.11.rst2304 :c:func:`PyCode_GetCode`, :c:func:`PyCode_GetVarnames`,
/third_party/python/Misc/
DNEWS1820 - gh-issue-94936: Added :c:func:`PyCode_GetVarnames`,