numpy 2.0.0
src/multiarray/numpymemoryview.h File Reference

Go to the source code of this file.

Functions

NPY_NO_EXPORT int _numpymemoryview_init (PyObject **typeobject)

Function Documentation

NPY_NO_EXPORT int _numpymemoryview_init ( PyObject **  typeobject)
Memoryview is introduced to 2.x series only in 2.7, so for supporting 2.6, we need to have a minimal implementation here.