Skip to main content
You can manually map the inputs and outputs of your nodes using the map_input() and map_output() methods. To do this, call map_input() or map_output() in your node and provide the following values:
  • map_input() Parameters
  • map_output() Parameters
The following example shows how to use map_input() and map_output() to map values for a node:
Python