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

  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
bytearrayobject.h 36 #define PyByteArray_CheckExact(self) (Py_TYPE(self) == &PyByteArray_Type)
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
bytearrayobject.h 36 #define PyByteArray_CheckExact(self) (Py_TYPE(self) == &PyByteArray_Type)

Completed in 432 milliseconds