__call__
Function Usage
Adds the input parameter plugin to the upstream plugin.
Prototype
def __call__(self, *args) -> PluginNode:
pass
Input Parameter Description
Parameter |
Type |
Description |
|---|---|---|
args |
Variable parameter |
Enter multiple PluginNodes. |
Return Parameter Description
Data Structure |
Description |
|---|---|
PluginNode |
Current PluginNode object |
Parent topic: PluginNode