Wire# class hugr.hugr.node_port.Wire(*args, **kwargs)[source]# Bases: Protocol Protocol for objects that can provide a dataflow output port. Methods out_port OutPort corresponding to this Wire. out_port() → OutPort[source]# OutPort corresponding to this Wire.