Firebird/Concepts: Difference between revisions

From stonehomewiki
Jump to navigationJump to search
Line 70: Line 70:
<h3>emit</h3>
<h3>emit</h3>
<pre><nowiki>
<pre><nowiki>
def emit(self, data:Any, port_name:str=DEFAULT_PORT_NAME)
def emit(self, data:Any, port_id:str=DEFAULT_PORT_NAME)


# emit data to it's output port specified by port_name
# emit data to it's output port specified by port_id
</nowiki></pre>
</nowiki></pre>
</div>
</div>

Revision as of 04:26, 13 May 2023

Firebird

Overview

Models