pasteur.graph.hugin.AttrMeta#

class pasteur.graph.hugin.AttrMeta(table, order, attr, sel)[source]#

Attributes

attr

Alias for field number 2

order

Alias for field number 1

sel

Alias for field number 3

table

Alias for field number 0

Methods

count(value, /)

Return number of occurrences of value.

index(value[, start, stop])

Return first index of value.

attr: str | tuple[str, ...]#

Alias for field number 2

count(value, /)#

Return number of occurrences of value.

index(value, start=0, stop=9223372036854775807, /)#

Return first index of value.

Raises ValueError if the value is not present.

order: int | None#

Alias for field number 1

sel: int | tuple[tuple[str, int], ...]#

Alias for field number 3

table: str | None#

Alias for field number 0