python-2.7.6/include/bufferobject.h Source File
Go to the documentation of this file.
6 #ifndef Py_BUFFEROBJECT_H
7 #define Py_BUFFEROBJECT_H
15 #define PyBuffer_Check(op) (Py_TYPE(op) == &PyBuffer_Type)
17 #define Py_END_OF_BUFFER (-1)
Py_ssize_t Py_ssize_t size
PyAPI_DATA(PyTypeObject) PyBuffer_Type
PyAPI_FUNC(PyObject *) PyBuffer_FromObject(PyObject *base