pytilities.types.sequencetype

class pytilities.types.sequencetype.SequenceType

Represents any ordered sequence.

A sequence supports indexed access (i.e., [] access, __getitem__, ...).

Lists and tuples are subtypes of this type.

__weakref__

list of weak references to the object (if defined)

Previous topic

pytilities.types.numerictype

Next topic

pytilities.types._numbertypemeta

This Page