Region#
- class hugr.model.Region(kind: ~hugr.model.RegionKind = RegionKind.DATA_FLOW, sources: ~collections.abc.Sequence[str] = <factory>, targets: ~collections.abc.Sequence[str] = <factory>, children: ~collections.abc.Sequence[~hugr.model.Node] = <factory>, meta: ~collections.abc.Sequence[~hugr.model.Term] = <factory>, signature: ~hugr.model.Term | None = None)[source]#
Bases:
object
A hugr region containing an unordered collection of nodes.
Methods
Read the region from its string representation.
Attributes
kind
signature
sources
targets
children
meta