GB0084

Graph-Break Type

Short name describing what triggered the graph break

Non-constant attribute given to super().__delattr__()

Context

Values or code snippet captured at the break point

call_method {self} {name}

Explanation

Explanation of why the graph break was triggered

Dynamo requires the attribute name passed to super().__delattr__(...) to be a constant (string).

Hints

Hints on how to resolve the graph break

Additional Information

Back to Registry