Lines Matching defs:exporter
243 ndarray_init_staticbuf(PyObject *exporter, NDArrayObject *nd, int flags)
247 if (PyObject_GetBuffer(exporter, base, flags) < 0)
1293 int getbuf = PyBUF_UNUSED; /* re-exporter: getbuffer request flags */
1300 /* NDArrayObject is re-exporter */
1305 "construction from exporter object only takes 'obj', 'getbuf' "
1324 "getbuf argument only valid for construction from exporter "
1439 /* The ndarray is a re-exporter that has been created without full
1443 "re-exporter does not provide format, shape or strides");
1514 /* Ascertain that the new buffer has the same contiguity as the exporter */
1906 /* rvalue must be an exporter */
2245 ndbuf = nd->head; /* self is ndarray/original exporter */
2247 /* self is ndarray and consumer from ndarray/original exporter */
2251 "memoryview_from_buffer(): ndarray must be original exporter or "
2252 "consumer from ndarray/original exporter");
2741 which makes this object a non-compliant exporter! */