summaryrefslogtreecommitdiff
path: root/pylint/test/functional/statement_without_effect.txt
blob: 81fc51bc81c1647bbb4e623dbef792f18fe24cea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
pointless-string-statement:5::String statement has no effect
pointless-statement:6::"""Statement seems to have no effect
""
"
pointless-statement:8::"""Statement seems to have no effect
""
"
pointless-statement:9::Statement seems to have no effect
pointless-statement:11::Statement seems to have no effect
pointless-statement:12::"""Statement seems to have no effect
""
"
pointless-statement:15::Statement seems to have no effect
pointless-string-statement:15::"""String statement has no effect
""
"
unnecessary-semicolon:17::"""Unnecessary semicolon
""
"
pointless-string-statement:18::String statement has no effect
unnecessary-semicolon:18::"""Unnecessary semicolon
""
"
expression-not-assigned:19::"""Expression """"(list()) and (tuple())"""" is assigned to nothing
""
"
expression-not-assigned:20::"""Expression """"(list()) and (tuple())"""" is assigned to nothing
""
"
unnecessary-semicolon:21::Unnecessary semicolon
expression-not-assigned:23::"Expression ""(list()) and (tuple())"" is assigned to nothing"
expression-not-assigned:26::"""Expression """"ANSWER == to_be()"""" is assigned to nothing
""
"
expression-not-assigned:27::"""Expression """"ANSWER == to_be()"""" is assigned to nothing
""
"
expression-not-assigned:28::"""Expression """"(to_be()) or (not to_be())"""" is assigned to nothing
""
"
expression-not-assigned:29::"""Expression """"(to_be()) or (not to_be())"""" is assigned to nothing
""
"
expression-not-assigned:30::"Expression ""ANSWER == to_be()"" is assigned to nothing"
expression-not-assigned:32::"Expression ""(to_be()) or (not to_be())"" is assigned to nothing"
expression-not-assigned:33::"Expression ""to_be().title"" is assigned to nothing"
pointless-string-statement:54:ClassLevelAttributeTest.__init__:"""String statement has no effect
""
"
pointless-string-statement:55:ClassLevelAttributeTest.__init__:"""String statement has no effect
""
"
pointless-string-statement:58:ClassLevelAttributeTest.__init__:String statement has no effect
pointless-string-statement:61:ClassLevelAttributeTest.test:"""String statement has no effect
""
"
pointless-string-statement:62:ClassLevelAttributeTest.test:"""String statement has no effect
""
"
pointless-string-statement:65:ClassLevelAttributeTest.test:String statement has no effect