ModelExport#
- class hugr.model.export.ModelExport(hugr: Hugr)[source]#
Bases:
object
Helper to export a Hugr.
Methods
Export the node with the given node id.
Export the children of a node as a control flow region.
Export the children of a node as a dataflow region.
Export a module node as a module region.
Export a symbol.
Find and export the constant that a node is connected to, if any.
Find the name of the function that a node is connected to, if any.
Return the name of the link that a given port is connected to.
- export_region_cfg(node: Node) Region [source]#
Export the children of a node as a control flow region.
- export_symbol(name: str, param_types: Sequence[TypeParam], body: Type) Symbol [source]#
Export a symbol.
- find_const_input(node: Node) Term | None [source]#
Find and export the constant that a node is connected to, if any.