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

  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
object.h 800 * Py_CLEAR(op);
810 * to use Py_CLEAR() even if you can't think of a reason for why you need to.
812 #define Py_CLEAR(op) \
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
object.h 800 * Py_CLEAR(op);
810 * to use Py_CLEAR() even if you can't think of a reason for why you need to.
812 #define Py_CLEAR(op) \
    [all...]

Completed in 149 milliseconds