Short name describing what triggered the graph break
Missing tp_iternext
Values or code snippet captured at the break point
next({self.python_type_name()})
Explanation of why the graph break was triggered
Dynamo does not support next() on {self.python_type_name()}. Add tp_iternext_impl to this VariableTracker subclass.
Hints on how to resolve the graph break