summaryrefslogtreecommitdiff
path: root/pylint/test/functional/inherit_non_class.txt
blob: 3be70cb9df7b4e4b0b1f557e5633c4f6f6bce311 (plain)
1
2
3
4
5
6
7
8
9
inherit-non-class:21:Bad:Inheriting '1', which is not a class.
inherit-non-class:24:Bad1:"Inheriting 'lambda abc: 42', which is not a class."
inherit-non-class:27:Bad2:Inheriting 'object()', which is not a class.
inherit-non-class:30:Bad3:Inheriting 'return_class', which is not a class.
inherit-non-class:33:Bad4:Inheriting 'Empty()', which is not a class.
inherit-non-class:68:NotInheritableBool:Inheriting 'bool', which is not a class.
inherit-non-class:72:NotInheritableRange:Inheriting 'range', which is not a class.
inherit-non-class:76:NotInheritableSlice:Inheriting 'slice', which is not a class.
inherit-non-class:80:NotInheritableMemoryView:Inheriting 'memoryview', which is not a class.