HomeSort by relevance Sort by last modified time
    Searched defs:ob_ref (Results 1 - 2 of 2) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
cellobject.h 11 PyObject *ob_ref; /* Content of the cell or NULL when empty */ member in struct:__anon62235
22 #define PyCell_GET(op) (((PyCellObject *)(op))->ob_ref)
23 #define PyCell_SET(op, v) (((PyCellObject *)(op))->ob_ref = v)
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
cellobject.h 11 PyObject *ob_ref; /* Content of the cell or NULL when empty */ member in struct:__anon62358
22 #define PyCell_GET(op) (((PyCellObject *)(op))->ob_ref)
23 #define PyCell_SET(op, v) (((PyCellObject *)(op))->ob_ref = v)

Completed in 1109 milliseconds