We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af3c252 commit 83a5688Copy full SHA for 83a5688
testsuite/E20.py
@@ -1,19 +1,19 @@
1
-#: E201
+#: E201:1:6
2
spam( ham[1], {eggs: 2})
3
+#: E201:1:10
4
spam(ham[ 1], {eggs: 2})
5
+#: E201:1:15
6
spam(ham[1], { eggs: 2})
7
#: Okay
8
spam(ham[1], {eggs: 2})
9
#:
10
11
12
-#: E202
+#: E202:1:23
13
spam(ham[1], {eggs: 2} )
14
+#: E202:1:22
15
spam(ham[1], {eggs: 2 })
16
+#: E202:1:11
17
spam(ham[1 ], {eggs: 2})
18
19
@@ -35,14 +35,14 @@
35
36
37
38
-#: E203
+#: E203:1:10
39
if x == 4 :
40
print x, y
41
x, y = y, x
42
-#: E203 E702
+#: E203:2:15 E702:2:16
43
if x == 4:
44
print x, y ; x, y = y, x
45
+#: E203:3:13
46
47
48
x, y = y , x
0 commit comments