Home | History | Annotate | Download | only in python2.7

Lines Matching defs:Py_buffer

179 } Py_buffer;
181 typedef int (*getbufferproc)(PyObject *, Py_buffer *, int);
182 typedef void (*releasebufferproc)(PyObject *, Py_buffer *);