Short name describing what triggered the graph break
Custom metaclass with getattribute
Values or code snippet captured at the break point
type({self.value}) = {metacls}
Explanation of why the graph break was triggered
Dynamo does not trace attribute access on classes whose metaclass overrides getattribute
Hints on how to resolve the graph break
No hints provided.