Searched defs:_PyVarObject_CAST (Results 1 – 5 of 5) sorted by relevance
115 #define _PyVarObject_CAST(op) _Py_CAST(PyVarObject*, (op)) macro