numpy
2.0.0
Main Page
Data Structures
Files
Data Structures
Data Fields
Data Fields
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
Py_buffer
PyMemorySimpleViewObject::view
The documentation for this struct was generated from the following file:
src/multiarray/
numpymemoryview.h
PyMemorySimpleViewObject
Generated on Tue May 30 2017 16:06:33 for numpy by
1.7.6.1