Home
last modified time | relevance | path

Searched defs:Py_TPFLAGS_HAVE_NEWBUFFER (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Modules/_ctypes/
Dctypes.h31 #define Py_TPFLAGS_HAVE_NEWBUFFER 0 macro
/external/python/cpython2/Include/
Dobject.h626 #define Py_TPFLAGS_HAVE_NEWBUFFER (1L<<21) macro