blob: bd360c831c81322f5ceea77b25fa1112530b0a3b [file] [log] [blame]
no-member:10:8:Aaaa.hop:Super of 'Aaaa' has no 'hop' member:INFERENCE
no-member:19:8:NewAaaa.hop:Super of 'NewAaaa' has no 'hop' member:INFERENCE
bad-super-call:22:8:NewAaaa.__init__:Bad first argument 'Aaaa' given to super()
bad-super-call:32:8:Py3kWrongSuper.__init__:Bad first argument 'NewAaaa' given to super()
bad-super-call:37:8:WrongNameRegression.__init__:Bad first argument 'Missing' given to super()
bad-super-call:46:8:CrashSuper.__init__:Bad first argument 'NewAaaa' given to super()
bad-super-call:62:8:SuperDifferentScope.test:Bad first argument 'object' given to super()
bad-super-call:70:8:UnknownBases.__init__:Bad first argument 'Missing' given to super()
not-callable:89:8:InvalidSuperChecks.__init__:super(InvalidSuperChecks, self).not_a_method is not callable
no-member:90:8:InvalidSuperChecks.__init__:Super of 'InvalidSuperChecks' has no 'attribute_error' member:INFERENCE
no-value-for-parameter:92:8:InvalidSuperChecks.__init__:No value for argument 'param' in method call
too-many-function-args:93:8:InvalidSuperChecks.__init__:Too many positional arguments for method call
no-value-for-parameter:95:8:InvalidSuperChecks.__init__:No value for argument 'param' in method call
unexpected-keyword-arg:95:8:InvalidSuperChecks.__init__:Unexpected keyword argument 'lala' in method call
no-member:98:8:InvalidSuperChecks.__init__:Super of 'InvalidSuperChecks' has no 'attribute_error' member:INFERENCE
bad-super-call:120:8:SuperWithType.__init__:Bad first argument 'type' given to super()
bad-super-call:125:8:SuperWithSelfClass.__init__:Bad first argument 'self.__class__' given to super()