Searched defs:PyCell_GET (Results 1 – 1 of 1) 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