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.

Previous topic

pytilities.types.numerictype

Next topic

pytilities.types._numbertypemeta

This Page