PyMemoryViewObject class Null safety

Inheritance

Constructors

PyMemoryViewObject()

Properties

exports int
@ffi.Int64(), read / write
flags int
@ffi.Int32(), read / write
hash int
@ffi.Int64(), read / write
hashCode int
The hash code for this object. [...]
read-only, inherited
mbuf Pointer<_PyManagedBufferObject>
read / write
ob_array ArrayHelper_PyMemoryViewObject_ob_array_level0
Helper for array ob_array.
read-only
ob_base PyVarObject
read / write
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
view Py_buffer
read / write
weakreflist Pointer<PyObject>
read / write

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toString() String
A string representation of this object. [...]
inherited

Operators

operator ==(Object other) bool
The equality operator. [...]
inherited