Short name describing what triggered the graph break
Missing tp_richcompare_impl override
Values or code snippet captured at the break point
tp_richcompare_impl {self} {op}
Explanation of why the graph break was triggered
{type(self).name} does not implement tp_richcompare_impl. Add a tp_richcompare_impl override to {type(self).name}.
Hints on how to resolve the graph break