scipy.sparse.bsr_array.shape# property bsr_array.shape# The shape of the array. Note that, starting in SciPy 1.14.0, this property will no longer be settable. To change the array shape, use X.reshape instead.