GB0278

Graph-Break Type

Short name describing what triggered the graph break

Unsupported dict type for 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 {user_cls.name} is not any type of dict, OrderedDict, or defaultdict

Hints

Hints on how to resolve the graph break

Additional Information

Click here to add Additional Info

Back to Registry