aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/parso/py3/tests/normalizer_issue_files/E12_first.py
blob: 8dc65a5a427e7dd14045ffbd513219e3823b3722 (plain) (blame)
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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
abc = "E121", (
    #: E121:2
  "dent")
abc = "E122", (
    #: E121:0
"dent")
my_list = [
    1, 2, 3,
    4, 5, 6,
    #: E123
    ]
abc = "E124", ("visual",
               "indent_two"
               #: E124:14
              )
abc = "E124", ("visual",
               "indent_five"
               #: E124:0
)
a = (123,
     #: E124:0
)
#: E129+1:4
if (row < 0 or self.moduleCount <= row or
    col < 0 or self.moduleCount <= col):
    raise Exception("%s,%s - %s" % (row, col, self.moduleCount))

abc = "E126", (
    #: E126:12
            "dent")
abc = "E126", (
    #: E126:8
        "dent")
abc = "E127", ("over-",
               #: E127:18
                  "over-indent")
abc = "E128", ("visual",
               #: E128:4
    "hanging")
abc = "E128", ("under-",
               #: E128:14
              "under-indent")


my_list = [
    1, 2, 3,
    4, 5, 6,
    #: E123:5
     ]
result = {
    #: E121:3
   'key1': 'value',
    #: E121:3
   'key2': 'value',
}
rv.update(dict.fromkeys((
              'qualif_nr', 'reasonComment_en', 'reasonComment_fr',
              'reasonComment_de', 'reasonComment_it'),
                        #: E128:10
          '?'),
          "foo")

abricot = 3 + \
          4 + \
          5 + 6
abc = "hello", (

    "there",
    #: E126:5
     # "john",
    "dude")
part = set_mimetype((
    a.get('mime_type', 'text')),
                    'default')
part = set_mimetype((
    a.get('mime_type', 'text')),
                    #: E127:21
                     'default')