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

  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
object.h 45 with the reference count and type fields; the macro PyObject_HEAD should be
77 /* PyObject_HEAD defines the initial segment of every PyObject. */
78 #define PyObject_HEAD \
97 PyObject_HEAD \
107 PyObject_HEAD
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
object.h 45 with the reference count and type fields; the macro PyObject_HEAD should be
77 /* PyObject_HEAD defines the initial segment of every PyObject. */
78 #define PyObject_HEAD \
97 PyObject_HEAD \
107 PyObject_HEAD
    [all...]

Completed in 46 milliseconds