summaryrefslogtreecommitdiff
path: root/pylint/test/functional/invalid_unary_operand_type.txt
blob: 22fa7271132128998d45cad7997d47fc27dbd27b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
invalid-unary-operand-type:36:these_are_bad:"bad operand type for unary ~: list"
invalid-unary-operand-type:37:these_are_bad:"bad operand type for unary ~: tuple"
invalid-unary-operand-type:38:these_are_bad:"bad operand type for unary ~: dict"
invalid-unary-operand-type:39:these_are_bad:"bad operand type for unary ~: dict"
invalid-unary-operand-type:40:these_are_bad:"bad operand type for unary ~: set"
invalid-unary-operand-type:41:these_are_bad:"bad operand type for unary -: set"
invalid-unary-operand-type:42:these_are_bad:"bad operand type for unary -: str"
invalid-unary-operand-type:43:these_are_bad:"bad operand type for unary ~: str"
invalid-unary-operand-type:44:these_are_bad:"bad operand type for unary +: str"
invalid-unary-operand-type:47:these_are_bad:"bad operand type for unary ~: <lambda>"
invalid-unary-operand-type:48:these_are_bad:"bad operand type for unary ~: A"
invalid-unary-operand-type:49:these_are_bad:"bad operand type for unary ~: A"
invalid-unary-operand-type:50:these_are_bad:"bad operand type for unary ~: collections"
invalid-unary-operand-type:51:these_are_bad:"bad operand type for unary ~: float"