Searched refs:PyCode_GetVarnames (Results 1 – 12 of 12) sorted by relevance
213 PyAPI_FUNC(PyObject *) PyCode_GetVarnames(PyCodeObject *code);
95 .. c:function:: PyObject* PyCode_GetVarnames(PyCodeObject *co)
551 PyCode_GetVarnames(PyCodeObject *code) in PyCode_GetVarnames() function
434 Added :c:func:`PyCode_GetVarnames`, :c:func:`PyCode_GetCellvars` and
1419 PyCode_GetVarnames(PyCodeObject *code) in PyCode_GetVarnames() function
1534 names = mpy::object::steal(PyCode_GetVarnames(code_object_)); in name()
6244 PyObject *co_varnames = PyCode_GetVarnames(co); in test_code_api()
2304 :c:func:`PyCode_GetCode`, :c:func:`PyCode_GetVarnames`,