GB0204

Graph-Break Type

Short name describing what triggered the graph break

non-const keys in mappingproxy

Context

Values or code snippet captured at the break point

non-const keys: {[k for k in value.keys() if not ConstantVariable.is_literal(k)]}

Explanation

Explanation of why the graph break was triggered

Dynamo expects mappingproxy keys to be constants.

Hints

Hints on how to resolve the graph break

Additional Information

Click here to add Additional Info

Back to Registry