Return the shape of a view of an array.
Returns equivalent of np.zeros(shape)[view].shape but with minimal memory usage.
np.zeros(shape)[view].shape
The shape of the array
A valid index into a Numpy array, or None