HomeSort by relevance Sort by last modified time
    Searched refs:PyCObject_Check (Results 1 - 5 of 5) sorted by null

  /prebuilts/gdb/darwin-x86/include/python2.7/
cobject.h 45 #define PyCObject_Check(op) (Py_TYPE(op) == &PyCObject_Type)
  /prebuilts/gdb/linux-x86/include/python2.7/
cobject.h 45 #define PyCObject_Check(op) (Py_TYPE(op) == &PyCObject_Type)
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
cobject.h 45 #define PyCObject_Check(op) (Py_TYPE(op) == &PyCObject_Type)
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
cobject.h 45 #define PyCObject_Check(op) (Py_TYPE(op) == &PyCObject_Type)
  /external/libxml2/python/
libxml_wrap.h 40 #define PyCapsule_CheckExact PyCObject_Check

Completed in 88 milliseconds