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

  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
memoryobject.h 11 #define PyMemoryView_Check(op) (Py_TYPE(op) == &PyMemoryView_Type)
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
memoryobject.h 11 #define PyMemoryView_Check(op) (Py_TYPE(op) == &PyMemoryView_Type)

Completed in 64 milliseconds