GB1618

Graph-Break Type

Short name describing what triggered the graph break

str subclass key in SimpleNamespace()

Context

Values or code snippet captured at the break point

key={attr}, type={type(attr)}

Explanation

Explanation of why the graph break was triggered

Dynamo models namespace attribute names as exact strings, so a str subclass key cannot be tracked.

Hints

Hints on how to resolve the graph break

Additional Information

Click here to add Additional Info

Back to Registry