Short name describing what triggered the graph break
sq_inplace_repeat_impl not implemented
Values or code snippet captured at the break point
{type(self).name} has sq_inplace_repeat slot but no sq_inplace_repeat_impl override
Explanation of why the graph break was triggered
The type {self.python_type_name()} has an sq_inplace_repeat C slot but the corresponding VariableTracker doesn’t implement sq_inplace_repeat_impl.
Hints on how to resolve the graph break