GB4234

Graph-Break Type

Short name describing what triggered the graph break

nb_invert_impl not implemented

Context

Values or code snippet captured at the break point

{type(self).name} has nb_invert slot but no nb_invert_impl override

Explanation

Explanation of why the graph break was triggered

The type {self.python_type_name()} has an nb_invert C slot but the corresponding VariableTracker doesn’t implement nb_invert_impl.

Hints

Hints on how to resolve the graph break

Additional Information

Click here to add Additional Info

Back to Registry