GB0183

Graph-Break Type

Short name describing what triggered the graph break

failed to call dict.fromkeys()

Context

Values or code snippet captured at the break point

{user_cls.name}.fromkeys(): {args} {kwargs}

Explanation

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

Hints on how to resolve the graph break

Additional Information

Back to Registry