Param

Param#

class hugr.model.Param(name: str, type: Term)[source]#

Bases: object

A parameter to a Symbol.

Methods

from_str

Read the parameter from its string representation.

Attributes

name

type

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

Read the parameter from its string representation.