numpy  2.0.0
PyMemorySimpleViewObject Struct Reference

#include <numpymemoryview.h>

Data Fields

PyObject_HEAD PyObject * base
Py_buffer view

Detailed Description

Memoryview is introduced to 2.x series only in 2.7, so for supporting 2.6, we need to have a minimal implementation here.

Field Documentation

PyObject_HEAD PyObject* PyMemorySimpleViewObject::base

The documentation for this struct was generated from the following file: