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

  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
object.h 669 The macro _Py_NewReference(op) initialize reference counts to 1, and
701 * e.g, defining _Py_NewReference five different times in a maze of nested
742 PyAPI_FUNC(void) _Py_NewReference(PyObject *);
753 #define _Py_NewReference(op) ( \
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
object.h 669 The macro _Py_NewReference(op) initialize reference counts to 1, and
701 * e.g, defining _Py_NewReference five different times in a maze of nested
742 PyAPI_FUNC(void) _Py_NewReference(PyObject *);
753 #define _Py_NewReference(op) ( \
    [all...]

Completed in 1794 milliseconds