[][src]Type Definition numpy::PyReadonlyArray4

type PyReadonlyArray4<'py, T> = PyReadonlyArray<'py, T, Ix4>;

Four-dimensional readonly array.