PySequenceMethods class final

Inheritance
Implemented types
Available extensions

Constructors

PySequenceMethods()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sq_ass_item ssizeobjargproc
getter/setter pair
sq_concat binaryfunc
getter/setter pair
sq_contains objobjproc
getter/setter pair
sq_inplace_concat binaryfunc
getter/setter pair
sq_inplace_repeat ssizeargfunc
getter/setter pair
sq_item ssizeargfunc
getter/setter pair
sq_length lenfunc
getter/setter pair
sq_repeat ssizeargfunc
getter/setter pair
was_sq_ass_slice Pointer<Void>
getter/setter pair
was_sq_slice Pointer<Void>
getter/setter pair

Methods

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

Operators

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