Region

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

from_str

Read the region from its string representation.

Attributes

kind

signature

sources

targets

children

meta

static from_str(s: str) Region[source]#

Read the region from its string representation.