Firebird/Concepts: Difference between revisions

From stonehomewiki
Jump to navigationJump to search
Line 46: Line 46:
# each port has a unique id within the node.
# each port has a unique id within the node.
# return a port given port id
# return a port given port id
# You can also use [] to get port by name
node["foo"]  # same as node.get_port("foo")
</nowiki></pre>
</nowiki></pre>



Revision as of 04:21, 13 May 2023

Firebird

Overview

Models