Tuple

Tuple#

class hugr.model.Tuple(parts: ~collections.abc.Sequence[~hugr.model.Term | ~hugr.model.Splice] = <factory>)[source]#

Bases: Term

Tuple of static data.

Methods

from_str

Read the term from its string representation.

Attributes

parts

static from_str(s: str) Term#

Read the term from its string representation.