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