Searched refs:PyCode_GetCellvars (Results 1 – 12 of 12) sorted by relevance
215 PyAPI_FUNC(PyObject *) PyCode_GetCellvars(PyCodeObject *code);
104 .. c:function:: PyObject* PyCode_GetCellvars(PyCodeObject *co)
569 PyCode_GetCellvars(PyCodeObject *code) in PyCode_GetCellvars() function
434 Added :c:func:`PyCode_GetVarnames`, :c:func:`PyCode_GetCellvars` and
1431 PyCode_GetCellvars(PyCodeObject *code) in PyCode_GetCellvars() function
1537 names = mpy::object::steal(PyCode_GetCellvars(code_object_)); in name()
6262 PyObject *co_cellvars = PyCode_GetCellvars(co); in test_code_api()
2305 :c:func:`PyCode_GetCellvars` and :c:func:`PyCode_GetFreevars` respectively