Searched refs:PyCode_GetVarnames (Results 1 – 6 of 6) sorted by relevance
213 PyAPI_FUNC(PyObject *) PyCode_GetVarnames(PyCodeObject *code);
95 .. c:function:: PyObject* PyCode_GetVarnames(PyCodeObject *co)
1419 PyCode_GetVarnames(PyCodeObject *code) in PyCode_GetVarnames() function
6244 PyObject *co_varnames = PyCode_GetVarnames(co); in test_code_api()
2304 :c:func:`PyCode_GetCode`, :c:func:`PyCode_GetVarnames`,
1820 - gh-issue-94936: Added :c:func:`PyCode_GetVarnames`,