Searched refs:PyCode_GetCellvars (Results 1 – 6 of 6) sorted by relevance
215 PyAPI_FUNC(PyObject *) PyCode_GetCellvars(PyCodeObject *code);
104 .. c:function:: PyObject* PyCode_GetCellvars(PyCodeObject *co)
1431 PyCode_GetCellvars(PyCodeObject *code) in PyCode_GetCellvars() function
6262 PyObject *co_cellvars = PyCode_GetCellvars(co); in test_code_api()
2305 :c:func:`PyCode_GetCellvars` and :c:func:`PyCode_GetFreevars` respectively
1821 :c:func:`PyCode_GetCellvars` and :c:func:`PyCode_GetFreevars` for