Short name describing what triggered the graph break
Attempted to call a super() attribute that is not a function or method
Values or code snippet captured at the break point
call_method {self} {name}
Explanation of why the graph break was triggered
Dynamo does not know how to trace the call super().{name}()
because super().{name}
is not a function or method attribute.
Hints on how to resolve the graph break
super()
is a standard method or function.