Type Definition numpy::array::PyArray0

source · []
pub type PyArray0<T> = PyArray<T, Ix0>;
Expand description

Zero-dimensional array.