opto.trace.nodes.ExceptionNode.call

opto.trace.nodes.ExceptionNode.call#

ExceptionNode.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:

Node