Type Definition numpy::PyReadonlyArray3[][src]

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

Three-dimensional readonly array.