Searched defs:PyCell_SET (Results 1 – 2 of 2) sorted by relevance
23 #define PyCell_SET(op, v) (((PyCellObject *)(op))->ob_ref = v) macro