PySequenceMethods class Null safety
- Inheritance
- Object
- NativeType
- Struct
- PySequenceMethods
Constructors
Properties
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
-
sq_ass_item
↔ Pointer<
NativeFunction< ssizeobjargproc> > -
read / write
-
sq_concat
↔ Pointer<
NativeFunction< binaryfunc> > -
read / write
-
sq_contains
↔ Pointer<
NativeFunction< objobjproc> > -
read / write
-
sq_inplace_concat
↔ Pointer<
NativeFunction< binaryfunc> > -
read / write
-
sq_inplace_repeat
↔ Pointer<
NativeFunction< ssizeargfunc> > -
read / write
-
sq_item
↔ Pointer<
NativeFunction< ssizeargfunc> > -
read / write
-
sq_length
↔ Pointer<
NativeFunction< lenfunc> > -
read / write
-
sq_repeat
↔ Pointer<
NativeFunction< ssizeargfunc> > -
read / write
-
was_sq_ass_slice
↔ Pointer<
Void> -
read / write
-
was_sq_slice
↔ Pointer<
Void> -
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