GB0154

Graph-Break Type

Short name describing what triggered the graph break

Unsupported kwargs for itertools.accumulate

Context

Values or code snippet captured at the break point

call_function {self} {args} {kwargs}

Explanation

Explanation of why the graph break was triggered

Expected kwargs: ‘initial’, ‘func’, but got {‘,’.join(set(kwargs.keys()) - {‘initial’, ‘func’})}

Hints

Hints on how to resolve the graph break

Additional Information

Back to Registry