TupleLabel#

class tierkreis.core.types.TupleLabel[source]#

Bases: object

Generate and parse struct field labels for tuple members.

Methods

index_label

Generate a label for a tuple member at position idx

parse_label

Parse a tuple member index from a label string.

Attributes

prefix

exception UnexpectedLabel(label: str)[source]#

Bases: Exception

The label does not conform to tuple member format

with_traceback()#

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.

static index_label(idx: int) str[source]#

Generate a label for a tuple member at position idx

static parse_label(s: str) int[source]#

Parse a tuple member index from a label string.