class BadOperationMessage: (source)
Known subclasses: astroid.util.BadBinaryOperationMessage
, astroid.util.BadUnaryOperationMessage
Object which describes a TypeError occurred somewhere in the inference chain
This is not an exception, but a container object which holds the types and the error which occurred.