fields.buffers.core.UnytArrayBuffer.reshape#
- UnytArrayBuffer.reshape(shape, *args, **kwargs) BufferBase #
Return a reshaped copy of this buffer.
This reshapes the buffer into a new shape and returns a new buffer instance. The reshaping is done using the NumPy-compatible view returned by as_repr().