Py_buffer class Null safety

Inheritance

Constructors

Py_buffer()

Properties

buf Pointer<Void>
read / write
format Pointer<Int8>
read / write
hashCode int
The hash code for this object. [...]
read-only, inherited
internal Pointer<Void>
read / write
itemsize int
@ffi.Int64(), read / write
len int
@ffi.Int64(), read / write
ndim int
@ffi.Int32(), read / write
obj Pointer<PyObject>
read / write
readonly int
@ffi.Int32(), read / write
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
shape Pointer<Int64>
read / write
strides Pointer<Int64>
read / write
suboffsets Pointer<Int64>
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