Short name describing what triggered the graph break
str subclass key in SimpleNamespace()
Values or code snippet captured at the break point
key={attr}, type={type(attr)}
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 on how to resolve the graph break