Firebird: Difference between revisions

From stonehomewiki
Jump to navigationJump to search
Line 20: Line 20:
* OUTPUT: a dictionary like object, allowing you to get output port by name, e.g. <nowiki>node.OUTPUT["foo"]</nowiki> will return the output port with name "foo"
* OUTPUT: a dictionary like object, allowing you to get output port by name, e.g. <nowiki>node.OUTPUT["foo"]</nowiki> will return the output port with name "foo"
* output: the default input port, e.g. node.output
* output: the default input port, e.g. node.output


Methods:
Methods:
Line 40: Line 41:
# emit data to it's output port specified by name
# emit data to it's output port specified by name
</nowiki></pre>
</nowiki></pre>
</div>
</div>
</div>
</div>

Revision as of 07:07, 17 April 2023

Firebird -- Python based Streaming Framework

APIs