opto.trace.nodes.ParameterNode.call#
- ParameterNode.call(fun: str, *args, **kwargs)#
Call the function with the specified arguments and keyword arguments.
- Parameters:
fun – The function to call.
*args – The arguments to pass to the function.
**kwargs – The keyword arguments to pass to the function.
- Returns:
The result of the function call wrapped in a node.
- Return type: