numpy::npyffi

Module array

Source
Expand description

Low-Level binding for Array API

Note that NumPy’s low-level allocation functions PyArray_{malloc,realloc,free} are not part of this module. The reason is that they would be re-exports of the PyMem_Raw{Malloc,Realloc,Free} functions from PyO3, but those are not unconditionally exported, i.e. they are not available when using the limited Python C-API.

Structs§

Enums§

  • All type objects exported by the NumPy API.

Statics§

Functions§