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