Apply

Apply#

class hugr.model.Apply(symbol: str, args: ~collections.abc.Sequence[~hugr.model.Term] = <factory>)[source]#

Bases: Term

Symbol application.

Methods

from_str

Read the term from its string representation.

Attributes

symbol

args

static from_str(s: str) Term#

Read the term from its string representation.