invalid-sequence-index:37:6:37:20::Sequence index is not an int, slice, or instance with __index__:UNDEFINED
invalid-slice-index:41:10:41:19::Slice index is not an int, None, or instance with __index__:UNDEFINED
not-callable:44:0:44:14::obj.attr1 is not callable:UNDEFINED
invalid-unary-operand-type:49:6:49:16::"bad operand type for unary -: str":UNDEFINED
unsupported-membership-test:56:11:56:20::Value 'obj.attr1' doesn't support membership test:UNDEFINED
unsubscriptable-object:61:6:61:15::Value 'obj.attr1' is unsubscriptable:UNDEFINED
unsupported-assignment-operation:66:0:66:9::'obj.attr1' does not support item assignment:UNDEFINED
unsupported-delete-operation:71:4:71:13::'obj.attr1' does not support item deletion:UNDEFINED
not-context-manager:96:0:97:8::Context manager 'str' doesn't implement __enter__ and __exit__.:UNDEFINED
invalid-metaclass:104:0:104:11:Test2:Invalid metaclass 'Instance of builtins.int' used:UNDEFINED
unhashable-member:110:0:110:2::'obj.attr5' is unhashable and can't be used as a key in a dict:INFERENCE
isinstance-second-argument-not-valid-type:120:6:120:30::Second argument of isinstance is not a type:UNDEFINED
