Module prelude

Source
Expand description

A prelude

The purpose of this module is to avoid direct imports of the method traits defined by this crate via a glob import:

use numpy::prelude::*;

Re-exports§

pub use crate::array::PyArray0Methods;
pub use crate::array::PyArrayMethods;
pub use crate::convert::IntoPyArray;
pub use crate::convert::ToPyArray;

Traits§

PyArrayDescrMethods
Implementation of functionality for PyArrayDescr.
PyUntypedArrayMethods
Implementation of functionality for PyUntypedArray.