PySetObject class Null safety

Inheritance

Constructors

PySetObject()

Properties

fill int
@ffi.Int64(), read / write
finger int
@ffi.Int64(), read / write
hash int
@ffi.Int64(), read / write
hashCode int
The hash code for this object. [...]
read-only, inherited
mask int
@ffi.Int64(), read / write
ob_base PyObject
read / write
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
smalltable ArrayHelper_PySetObject_smalltable_level0
Helper for array smalltable.
read-only
table Pointer<setentry>
read / write
used int
@ffi.Int64(), 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