We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b29fb6a commit d6d2f0bCopy full SHA for d6d2f0b
testsuite/E73.py
@@ -0,0 +1,7 @@
1
+#: E731:1:1
2
+f = lambda x: 2 * x
3
+#: E731:1:1 E226:1:16
4
+f = lambda x: 2*x
5
+#: E731:2:5
6
+while False:
7
+ this = lambda y, z: 2 * x
0 commit comments