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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
cellobject.h 20 PyAPI_FUNC(int) PyCell_Set(PyObject *, PyObject *);
23 #define PyCell_SET(op, v) (((PyCellObject *)(op))->ob_ref = v)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
cellobject.h 20 PyAPI_FUNC(int) PyCell_Set(PyObject *, PyObject *);
23 #define PyCell_SET(op, v) (((PyCellObject *)(op))->ob_ref = v)
  /external/python/cpython2/Include/
cellobject.h 20 PyAPI_FUNC(int) PyCell_Set(PyObject *, PyObject *);
23 #define PyCell_SET(op, v) (((PyCellObject *)(op))->ob_ref = v)
  /external/python/cpython3/Include/
cellobject.h 20 PyAPI_FUNC(int) PyCell_Set(PyObject *, PyObject *);
23 #define PyCell_SET(op, v) (((PyCellObject *)(op))->ob_ref = v)

Completed in 135 milliseconds