Short name describing what triggered the graph break
failed to call dict.fromkeys()
Values or code snippet captured at the break point
{user_cls.name}.fromkeys(): {args} {kwargs}
Explanation of why the graph break was triggered
Failed to call {user_cls.name}.fromkeys() because arguments could not be automatically converted to a list, or some dict key is not hashable.
Hints on how to resolve the graph break