Lines Matching refs:getbuf
1284 "obj", "shape", "strides", "offset", "format", "flags", "getbuf", NULL
1293 int getbuf = PyBUF_UNUSED; /* re-exporter: getbuffer request flags */
1297 &v, &shape, &strides, &offset, &format, &flags, &getbuf))
1305 "construction from exporter object only takes 'obj', 'getbuf' "
1310 getbuf = (getbuf == PyBUF_UNUSED) ? PyBUF_FULL_RO : getbuf;
1312 if (ndarray_init_staticbuf(v, nd, getbuf) < 0)
1322 if (getbuf != PyBUF_UNUSED) {
1324 "getbuf argument only valid for construction from exporter "
1523 "ndarray: contiguity mismatch in getbuf()");