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

  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
object.h 583 #define Py_TPFLAGS_HAVE_WEAKREFS (1L<<6)
642 Py_TPFLAGS_HAVE_WEAKREFS | \
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
object.h 583 #define Py_TPFLAGS_HAVE_WEAKREFS (1L<<6)
642 Py_TPFLAGS_HAVE_WEAKREFS | \
    [all...]

Completed in 38 milliseconds