[][src]Type Definition numpy::PyReadonlyArray3

type PyReadonlyArray3<'py, T> = PyReadonlyArray<'py, T, Ix3>;

Three-dimensional readonly array.