Short name describing what triggered the graph break
Non-constant attribute given to super().__delattr__()
Values or code snippet captured at the break point
call_method {self} {name}
Explanation of why the graph break was triggered
Dynamo requires the attribute name passed to super().__delattr__(...)
to be a constant (string).
Hints on how to resolve the graph break