Node

Contents

Node#

class hugr.model.Node(operation: ~hugr.model.Op = <factory>, inputs: ~collections.abc.Sequence[str] = <factory>, outputs: ~collections.abc.Sequence[str] = <factory>, regions: ~collections.abc.Sequence[~hugr.model.Region] = <factory>, meta: ~collections.abc.Sequence[~hugr.model.Term] = <factory>, signature: ~hugr.model.Term | None = None)[source]#

Bases: object

A node in a hugr graph.

Methods

Attributes

signature

operation

inputs

outputs

regions

meta