Short name describing what triggered the graph break
Unsupported func
in itertools.accumulate
Values or code snippet captured at the break point
call_function {self} {args} {kwargs}
Explanation of why the graph break was triggered
Dynamo does not know how to get the function to use for itertools.accumulate. itertools.accumulate expects the func
as the second argument or as a keyword argument.
Hints on how to resolve the graph break