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

  /external/python/cpython2/Include/
object.h 842 * Py_XSETREF is a variant of Py_SETREF that uses Py_XDECREF instead of
853 #define Py_XSETREF(op, op2) \
    [all...]
  /external/python/cpython3/Include/
object.h 871 * Py_XSETREF is a variant of Py_SETREF that uses Py_XDECREF instead o
    [all...]

Completed in 79 milliseconds