Searched defs:PyCell_GET (Results 1 – 5 of 5) sorted by relevance
24 static inline PyObject* PyCell_GET(PyObject *op) { in PyCell_GET() function30 #define PyCell_GET(op) PyCell_GET(_PyObject_CAST(op)) macro
24 #define PyCell_GET(op) (((PyCellObject *)(op))->ob_ref) macro