numpy  2.0.0
_buffer_info_t Struct Reference

Data Fields

char * format
int ndim
Py_ssize_t * strides
Py_ssize_t * shape

Detailed Description

Global information about all active buffers
Note: because for backward compatibility we cannot define bf_releasebuffer, we must manually keep track of the additional data required by the buffers.
Additional per-array data required for providing the buffer interface

Field Documentation

Py_ssize_t* _buffer_info_t::shape

Referenced by _buffer_info_new().


The documentation for this struct was generated from the following file: