Searched refs:_my_PyObject_GetContiguousBuffer (Results 1 – 1 of 1) sorted by relevance
7136 static int _my_PyObject_GetContiguousBuffer(PyObject *x, Py_buffer *view, in _my_PyObject_GetContiguousBuffer() function7220 if (_my_PyObject_GetContiguousBuffer(x, view, require_writable) < 0) in direct_from_buffer()7315 return _my_PyObject_GetContiguousBuffer(x, view, writable_only); in _fetch_as_buffer()