Home | History | Annotate | Download | only in Python

Lines Matching refs:PyBuffer_IsContiguous

1289             if (!PyBuffer_IsContiguous((Py_buffer*)p, 'C'))

1401 if (!PyBuffer_IsContiguous(view, 'C')) {