PyMemoryViewObject

subclass of PyObject Availability: >= 2.7

version(Python_2_7_Or_Later)
extern (C)
struct PyMemoryViewObject {}

Members

Mixins

__anonymous
mixin PyObject_HEAD
Undocumented in source.

Variables

base
PyObject* base;

Availability: 2.7

view
Py_buffer view;

_

Mixed In Members

From mixin PyObject_HEAD

__anonymous
mixin _PyObject_HEAD_EXTRA
Undocumented in source.
ob_refcnt
Py_ssize_t ob_refcnt;

_

ob_type
PyTypeObject* ob_type;

_

Meta