Branch data Line data Source code
1 : : #define MP_MAX_UNCOMPRESSED_TEXT_LEN (73)
2 : : MP_COMPRESSED_DATA("can'\364'%q\247objec\364functio\356forma\364argumen\364argument\363no\364mus\364positiona\354keywor\344strin\347t\357'%s\247specifie\362conver\364invali\344typ\345require\344fo\362b\345inde\370o\346ar\347attribut\345%\344empt\371implemente\344i\356isn'\364unsupporte\344wit\350assignmen\364\341outsid\345erro\362generato\362supporte\344lengt\350expecte\344fro\355comple\370doesn'\364missin\347rang\345unknow\356conversio\356identifie\362a\356n\357synta\370bu\364expectin\347ha\363in\364nam\345to\357afte\362fiel\344foun\344give\356multipl\345need\363nonloca\354overflo\367sequenc\345tupl\345allowe\344indice\363ou\364struct\272%\361dic\364i\363lis\364o\362zer\357impor\364nativ\345numbe\362shoul\344specificatio\356value\363incompatibl\345issubclass(\251%\363an\344byte\363clas\363ke\371loca\354stor\345take\363valu\345allocatio\356expressio\356implicitl\371incomplet\345unexpecte\344.mp\371arg\363automati\343cod\345hea\360integers\254numberin\347operatio\356redefine\344sel\346negativ\345defaul\364failed\254go\364intege\362se\364suppor\364befor\345binar\371buffe\362divid\345inden\364manua\354memor\371mktim\345modul\345retur\356switc\350unpac\353")
3 : 3085 : MP_MATCH_COMPRESSED("%c needs int or char", "\377%c\276\266\313char")
4 : 3317 : MP_MATCH_COMPRESSED("%q index out of range", "\377\307\225\305\226\254")
5 : 3313 : MP_MATCH_COMPRESSED("%q indices must be integers, not %s", "\377\307\304\210\224\350\207\325")
6 : 3433 : MP_MATCH_COMPRESSED("%q() takes %d positional arguments but %d were given", "\377%q()\334\231\211\206\263\231were\274")
7 : 3325 : MP_MATCH_COMPRESSED("'%q' argument required", "\377\201\205\222")
8 : 3417 : MP_MATCH_COMPRESSED("'%s' object doesn't support item assignment", "\377\215\202\252\363item\240")
9 : 3295 : MP_MATCH_COMPRESSED("'%s' object doesn't support item deletion", "\377\215\202\252\363item deletion")
10 : 2488 : MP_MATCH_COMPRESSED("'%s' object has no attribute '%q'", "\377\215\202\265\261\230\201")
11 : 2428 : MP_MATCH_COMPRESSED("'%s' object isn't an iterator", "\377\215\202\235\260iterator")
12 : 3181 : MP_MATCH_COMPRESSED("'%s' object isn't callable", "\377\215\202\235callable")
13 : 2444 : MP_MATCH_COMPRESSED("'%s' object isn't iterable", "\377\215\202\235iterable")
14 : 3097 : MP_MATCH_COMPRESSED("'%s' object isn't subscriptable", "\377\215\202\235subscriptable")
15 : 2797 : MP_MATCH_COMPRESSED("'=' alignment not allowed in string format specifier", "\377'=' alignment\207\303\234\213\204\216")
16 : 2921 : MP_MATCH_COMPRESSED("'await' outside function", "\377'await'\242\203")
17 : 2925 : MP_MATCH_COMPRESSED("'break'/'continue' outside loop", "\377'break'/'continue'\242loop")
18 : 2921 : MP_MATCH_COMPRESSED("'return' outside function", "\377'return'\242\203")
19 : 2921 : MP_MATCH_COMPRESSED("'yield' outside function", "\377'yield'\242\203")
20 : 2925 : MP_MATCH_COMPRESSED("* arg after **", "\377*\227\271**")
21 : 2921 : MP_MATCH_COMPRESSED("*x must be assignment target", "\377*x\210\224\240target")
22 : 3125 : MP_MATCH_COMPRESSED("0.0 to a complex power", "\3770.0\214\241\251power")
23 : 3125 : MP_MATCH_COMPRESSED("I/O operation on closed file", "\377I/O\352on closed file")
24 : 3109 : MP_MATCH_COMPRESSED("IV", "IV")
25 : 2897 : MP_MATCH_COMPRESSED("LHS of keyword arg must be an id", "\377LHS\226\212\227\210\224\260id")
26 : 3105 : MP_MATCH_COMPRESSED("[addrinfo error %d]", "\377[addrinfo\243%d]")
27 : 3077 : MP_MATCH_COMPRESSED("__init__() should return None, not '%s'", "\377__init__()\320\375None,\207\215")
28 : 3101 : MP_MATCH_COMPRESSED("abort() called", "abort() called")
29 : 3101 : MP_MATCH_COMPRESSED("address %08x is not aligned to %d bytes", "\377address %08x\311\207aligned\214\231\327")
30 : 2893 : MP_MATCH_COMPRESSED("annotation must be an identifier", "\377annotation\210\224\260\257")
31 : 3073 : MP_MATCH_COMPRESSED("arg is an empty sequence", "\377\227\311\260\232\301")
32 : 3081 : MP_MATCH_COMPRESSED("arg must be user-type", "\377\227\210\224user-type")
33 : 2877 : MP_MATCH_COMPRESSED("argument name reused", "\377\205\267reused")
34 : 3073 : MP_MATCH_COMPRESSED("argument num/types mismatch", "\377\205num/types mismatch")
35 : 2324 : MP_MATCH_COMPRESSED("argument should be a '%q' not a '%q'", "\377\205\320\224\241\201\207\241\201")
36 : 3031 : MP_MATCH_COMPRESSED("array/bytes required on right side", "\377array/bytes\222on right side")
37 : 2867 : MP_MATCH_COMPRESSED("async for/with outside async function", "\377async for/with\242async\203")
38 : 2681 : MP_MATCH_COMPRESSED("attributes not supported", "\377attributes\207\245")
39 : 3049 : MP_MATCH_COMPRESSED("bad compile mode", "bad compile mode")
40 : 3045 : MP_MATCH_COMPRESSED("bad typecode", "bad typecode")
41 : 2901 : MP_MATCH_COMPRESSED("binary op %q not implemented", "\377\365op\307\207\233")
42 : 3001 : MP_MATCH_COMPRESSED("bits must be 32 or less", "\377bits\210\22432\313less")
43 : 2999 : MP_MATCH_COMPRESSED("blksize % 16", "blksize % 16")
44 : 2999 : MP_MATCH_COMPRESSED("buffer too small", "\377\366\270small")
45 : 2967 : MP_MATCH_COMPRESSED("bytecode overflow", "\377bytecode\300")
46 : 2603 : MP_MATCH_COMPRESSED("bytes value out of range", "\377\327\335\305\226\254")
47 : 2931 : MP_MATCH_COMPRESSED("can't add special method to already-subclassed class", "\377\200add special method\214already-subclassed\330")
48 : 2827 : MP_MATCH_COMPRESSED("can't assign to expression", "\377\200assign\214\337")
49 : 2889 : MP_MATCH_COMPRESSED("can't cancel self", "\377\200cancel\354")
50 : 2825 : MP_MATCH_COMPRESSED("can't convert %s to complex", "\377\200\217\325\214\251")
51 : 2825 : MP_MATCH_COMPRESSED("can't convert %s to float", "\377\200\217\325\214float")
52 : 2857 : MP_MATCH_COMPRESSED("can't convert %s to int", "\377\200\217\325\214\266")
53 : 2827 : MP_MATCH_COMPRESSED("can't convert '%q' object to %q implicitly", "\377\200\217\201\202\214\307\340")
54 : 2665 : MP_MATCH_COMPRESSED("can't convert NaN to int", "\377\200\217NaN\214\266")
55 : 2685 : MP_MATCH_COMPRESSED("can't convert inf to int", "\377\200\217inf\214\266")
56 : 2601 : MP_MATCH_COMPRESSED("can't create '%q' instances", "\377\200create\201instances")
57 : 2499 : MP_MATCH_COMPRESSED("can't declare nonlocal in outer code", "\377\200declare\277\234outer\346")
58 : 2511 : MP_MATCH_COMPRESSED("can't delete expression", "\377\200delete\337")
59 : 2503 : MP_MATCH_COMPRESSED("can't do binary op between '%q' and '%q'", "\377\200do\365op between\201\326\201")
60 : 2599 : MP_MATCH_COMPRESSED("can't encrypt & decrypt", "\377\200encrypt & decrypt")
61 : 2503 : MP_MATCH_COMPRESSED("can't implicitly convert '%q' to 'bool'", "\377\200\340\217\201\214'bool'")
62 : 1882 : MP_MATCH_COMPRESSED("can't import name %q", "\377\200\315\267\307")
63 : 2501 : MP_MATCH_COMPRESSED("can't load from '%q'", "\377\200load\250\201")
64 : 2497 : MP_MATCH_COMPRESSED("can't load with '%q' index", "\377\200load\237\201\225")
65 : 2555 : MP_MATCH_COMPRESSED("can't perform relative import", "\377\200perform relative\315")
66 : 2553 : MP_MATCH_COMPRESSED("can't send non-None value to a just-started generator", "\377\200send non-None\335\214\241just-started\244")
67 : 2563 : MP_MATCH_COMPRESSED("can't set attribute", "\377\200\362\230")
68 : 2491 : MP_MATCH_COMPRESSED("can't store '%q'", "\377\200\333\201")
69 : 2495 : MP_MATCH_COMPRESSED("can't store to '%q'", "\377\200\333\214\201")
70 : 2491 : MP_MATCH_COMPRESSED("can't store with '%q' index", "\377\200\333\237\201\225")
71 : 2283 : MP_MATCH_COMPRESSED("can't switch from automatic field numbering to manual field specification", "\377\200\376\250\345\272\351\214\371\272\321")
72 : 2283 : MP_MATCH_COMPRESSED("can't switch from manual field specification to automatic field numbering", "\377\200\376\250\371\272\321\214\345\272\351")
73 : 2527 : MP_MATCH_COMPRESSED("can't truncate-divide a complex number", "\377\200truncate-divide\241\251\317")
74 : 2509 : MP_MATCH_COMPRESSED("can't unambiguously get sizeof scalar", "\377\200unambiguously get sizeof scalar")
75 : 2523 : MP_MATCH_COMPRESSED("can't wait", "\377\200wait")
76 : 2469 : MP_MATCH_COMPRESSED("casting", "casting")
77 : 2505 : MP_MATCH_COMPRESSED("chr() arg not in range(0x110000)", "\377chr()\227\207\234range(0x110000)")
78 : 2465 : MP_MATCH_COMPRESSED("comparison of int and uint", "\377comparison\226\266\326uint")
79 : 2509 : MP_MATCH_COMPRESSED("complex divide by zero", "\377\251\367by\314")
80 : 2461 : MP_MATCH_COMPRESSED("conversion to object", "\377\256\214\202")
81 : 2397 : MP_MATCH_COMPRESSED("default 'except' must be last", "\377\356'except'\210\224last")
82 : 2493 : MP_MATCH_COMPRESSED("dict update sequence has wrong length", "\377\310update\301\265wrong\246")
83 : 2453 : MP_MATCH_COMPRESSED("div/mod not implemented for uint", "\377div/mod\207\233\223uint")
84 : 1399 : MP_MATCH_COMPRESSED("divide by zero", "\377\367by\314")
85 : 2334 : MP_MATCH_COMPRESSED("don't know how to pass object to native function", "\377don't know how\214pass\202\214\316\203")
86 : 2330 : MP_MATCH_COMPRESSED("empty", "\377\232")
87 : 2308 : MP_MATCH_COMPRESSED("empty heap", "\377\232\347")
88 : 2084 : MP_MATCH_COMPRESSED("empty separator", "\377\232separator")
89 : 2060 : MP_MATCH_COMPRESSED("end of format while looking for conversion specifier", "\377end\226\204while looking\223\256\216")
90 : 2276 : MP_MATCH_COMPRESSED("error in ffi_prep_cif", "\377\243\234ffi_prep_cif")
91 : 2274 : MP_MATCH_COMPRESSED("error in regex", "\377\243\234regex")
92 : 1650 : MP_MATCH_COMPRESSED("exceptions must derive from BaseException", "\377exceptions\210derive\250BaseException")
93 : 1992 : MP_MATCH_COMPRESSED("expected ':' after format specifier", "\377\247':'\271\204\216")
94 : 2204 : MP_MATCH_COMPRESSED("expecting a dict for keyword args", "\377\264\241\310\223\212\344")
95 : 2103 : MP_MATCH_COMPRESSED("expecting just a value for set", "\377\264just\241\335\223\362")
96 : 2103 : MP_MATCH_COMPRESSED("expecting key:value for dict", "\377\264key:value\223\310")
97 : 2119 : MP_MATCH_COMPRESSED("extra keyword arguments given", "\377extra\212\206\274")
98 : 2107 : MP_MATCH_COMPRESSED("extra positional arguments given", "\377extra\211\206\274")
99 : 2167 : MP_MATCH_COMPRESSED("ffi_prep_closure_loc", "ffi_prep_closure_loc")
100 : 2151 : MP_MATCH_COMPRESSED("format", "\377\204")
101 : 1951 : MP_MATCH_COMPRESSED("format needs a dict", "\377\204\276\241\310")
102 : 1947 : MP_MATCH_COMPRESSED("format string didn't convert all arguments", "\377\204\213didn't\217all\206")
103 : 1971 : MP_MATCH_COMPRESSED("format string needs more arguments", "\377\204\213\276more\206")
104 : 2119 : MP_MATCH_COMPRESSED("full", "full")
105 : 2079 : MP_MATCH_COMPRESSED("function doesn't take keyword arguments", "\377\203\252take\212\206")
106 : 2055 : MP_MATCH_COMPRESSED("function expected at most %d arguments, got %d", "\377\203\247at most\231arguments,\360\231")
107 : 2043 : MP_MATCH_COMPRESSED("function got multiple values for argument '%q'", "\377\203\360\275\322\223\205\201")
108 : 2031 : MP_MATCH_COMPRESSED("function missing %d required positional arguments", "\377\203\253\231\222\211\206")
109 : 2011 : MP_MATCH_COMPRESSED("function missing keyword-only argument", "\377\203\253keyword-only\205")
110 : 2015 : MP_MATCH_COMPRESSED("function missing required keyword argument '%q'", "\377\203\253\222\212\205\201")
111 : 2011 : MP_MATCH_COMPRESSED("function missing required positional argument #%d", "\377\203\253\222\211\205#%d")
112 : 2015 : MP_MATCH_COMPRESSED("function takes %d positional arguments but %d were given", "\377\203\334\231\211\206\263\231were\274")
113 : 1997 : MP_MATCH_COMPRESSED("generator already executing", "\377\244already executing")
114 : 1987 : MP_MATCH_COMPRESSED("generator ignored GeneratorExit", "\377\244ignored GeneratorExit")
115 : 1403 : MP_MATCH_COMPRESSED("generator raised StopIteration", "\377\244raised StopIteration")
116 : 1981 : MP_MATCH_COMPRESSED("hash is final", "\377hash\311final")
117 : 1969 : MP_MATCH_COMPRESSED("heap must be a list", "\377\347\210\224\241\312")
118 : 1883 : MP_MATCH_COMPRESSED("identifier redefined as global", "\377\257\353as global")
119 : 1879 : MP_MATCH_COMPRESSED("identifier redefined as nonlocal", "\377\257\353as\277")
120 : 1875 : MP_MATCH_COMPRESSED("import * not at module level", "\377\315*\207at\374level")
121 : 1929 : MP_MATCH_COMPRESSED("incompatible .mpy arch", "\377\323\343arch")
122 : 1939 : MP_MATCH_COMPRESSED("incompatible .mpy file", "\377\323\343file")
123 : 1757 : MP_MATCH_COMPRESSED("incomplete format", "\377\341\204")
124 : 1753 : MP_MATCH_COMPRESSED("incomplete format key", "\377\341\204\331")
125 : 1913 : MP_MATCH_COMPRESSED("incorrect padding", "incorrect padding")
126 : 1873 : MP_MATCH_COMPRESSED("int() arg 2 must be >= 2 and <= 36", "\377int()\2272\210\224>= 2\326<= 36")
127 : 1739 : MP_MATCH_COMPRESSED("integer needed", "\377\361needed")
128 : 1897 : MP_MATCH_COMPRESSED("invalid cert", "\377\220cert")
129 : 1895 : MP_MATCH_COMPRESSED("invalid format", "\377\220\204")
130 : 1735 : MP_MATCH_COMPRESSED("invalid format specifier", "\377\220\204\216")
131 : 1889 : MP_MATCH_COMPRESSED("invalid key", "\377\220\331")
132 : 1823 : MP_MATCH_COMPRESSED("invalid micropython decorator", "\377\220micropython decorator")
133 : 1854 : MP_MATCH_COMPRESSED("invalid mktime usage", "\377\220\373usage")
134 : 1791 : MP_MATCH_COMPRESSED("invalid syntax", "\377\220\262")
135 : 1779 : MP_MATCH_COMPRESSED("invalid syntax for number", "\377\220\262\223\317")
136 : 1727 : MP_MATCH_COMPRESSED("issubclass() arg 1 must be a class", "\377\324\2271\210\224\241\330")
137 : 1727 : MP_MATCH_COMPRESSED("issubclass() arg 2 must be a class or a tuple of classes", "\377\324\2272\210\224\241\330\313\241\302\226classes")
138 : 1589 : MP_MATCH_COMPRESSED("join expects a list of str/bytes objects consistent with self object", "\377join expects\241\312\226str/bytes objects consistent\237\354\202")
139 : 1731 : MP_MATCH_COMPRESSED("key", "\377\331")
140 : 1731 : MP_MATCH_COMPRESSED("keyword argument(s) not implemented - use normal args instead", "\377\212argument(s)\207\233- use normal\344instead")
141 : 1717 : MP_MATCH_COMPRESSED("lhs and rhs should be compatible", "\377lhs\326rhs\320\224compatible")
142 : 1675 : MP_MATCH_COMPRESSED("local '%q' has type '%q' but source is '%q'", "\377\332\201\265\221\201\263source\311\201")
143 : 1675 : MP_MATCH_COMPRESSED("local '%q' used before type known", "\377\332\201used\364\221known")
144 : 1694 : MP_MATCH_COMPRESSED("local variable referenced before assignment", "\377\332variable referenced\364\240")
145 : 1643 : MP_MATCH_COMPRESSED("malformed f-string", "malformed f-string")
146 : 1683 : MP_MATCH_COMPRESSED("math domain error", "\377math domain\243")
147 : 1263 : MP_MATCH_COMPRESSED("memory allocation failed, allocating %u bytes", "\377\372\336\357allocating %u\327")
148 : 767 : MP_MATCH_COMPRESSED("memory allocation failed, heap is locked", "\377\372\336\357\347\311locked")
149 : 1147 : MP_MATCH_COMPRESSED("memoryview offset too large", "\377memoryview offset\270large")
150 : 1124 : MP_MATCH_COMPRESSED("mktime needs a tuple of length 8 or 9", "\377\373\276\241\302\226\2468\3139")
151 : 1149 : MP_MATCH_COMPRESSED("mode", "mode")
152 : 1105 : MP_MATCH_COMPRESSED("multiple *x in assignment", "\377\275*x\234\240")
153 : 1133 : MP_MATCH_COMPRESSED("multiple bases have instance lay-out conflict", "\377\275bases have instance lay-out conflict")
154 : 1117 : MP_MATCH_COMPRESSED("must raise an object", "\377\210raise\260\202")
155 : 1129 : MP_MATCH_COMPRESSED("must use keyword argument for key function", "\377\210use\212\205\223\331\203")
156 : 853 : MP_MATCH_COMPRESSED("name '%q' isn't defined", "\377\267\201\235defined")
157 : 933 : MP_MATCH_COMPRESSED("name too long", "\377\267\270long")
158 : 881 : MP_MATCH_COMPRESSED("native code in .mpy unsupported", "\377\316\346\234\343\236")
159 : 865 : MP_MATCH_COMPRESSED("native yield", "\377\316yield")
160 : 613 : MP_MATCH_COMPRESSED("need more than %d values to unpack", "\377need more than\231\322\214\377")
161 : 853 : MP_MATCH_COMPRESSED("negative factorial", "\377\355factorial")
162 : 581 : MP_MATCH_COMPRESSED("negative shift count", "\377\355shift count")
163 : 827 : MP_MATCH_COMPRESSED("no active exception to reraise", "\377\261active exception\214reraise")
164 : 790 : MP_MATCH_COMPRESSED("no binding for nonlocal found", "\377\261binding\223\277\273")
165 : 818 : MP_MATCH_COMPRESSED("no module named '%q'", "\377\261\374named\201")
166 : 796 : MP_MATCH_COMPRESSED("no such attribute", "\377\261such\230")
167 : 760 : MP_MATCH_COMPRESSED("non-default argument follows default argument", "\377non-default\205follows\356\205")
168 : 640 : MP_MATCH_COMPRESSED("non-hex digit found", "\377non-hex digit\273")
169 : 778 : MP_MATCH_COMPRESSED("not a constant", "\377\207\241constant")
170 : 726 : MP_MATCH_COMPRESSED("object '%s' isn't a tuple or list", "\377\202\215\235\241\302\313\312")
171 : 734 : MP_MATCH_COMPRESSED("object not in sequence", "\377\202\207\234\301")
172 : 690 : MP_MATCH_COMPRESSED("object of type '%s' has no len()", "\377\202\226\221\215\265\261len()")
173 : 686 : MP_MATCH_COMPRESSED("object with buffer protocol required", "\377\202\237\366protocol\222")
174 : 552 : MP_MATCH_COMPRESSED("odd-length string", "\377odd-length\213")
175 : 532 : MP_MATCH_COMPRESSED("only slices with step=1 (aka None) are supported", "\377only slices\237step=1 (aka None) are\245")
176 : 688 : MP_MATCH_COMPRESSED("opcode", "opcode")
177 : 686 : MP_MATCH_COMPRESSED("ord() expected a character, but string of length %d found", "\377ord()\247\241character,\263\213\226\246\231\273")
178 : 678 : MP_MATCH_COMPRESSED("output too small", "\377output\270small")
179 : 666 : MP_MATCH_COMPRESSED("overflow converting long int to machine word", "\377\300converting long\266\214machine word")
180 : 670 : MP_MATCH_COMPRESSED("pop from an empty set", "\377pop\250\260\232\362")
181 : 666 : MP_MATCH_COMPRESSED("pop from empty list", "\377pop\250\232\312")
182 : 658 : MP_MATCH_COMPRESSED("popitem(): dictionary is empty", "\377popitem(): dictionary\311\232")
183 : 626 : MP_MATCH_COMPRESSED("positional arg after **", "\377\211\227\271**")
184 : 626 : MP_MATCH_COMPRESSED("positional arg after keyword arg", "\377\211\227\271\212\227")
185 : 646 : MP_MATCH_COMPRESSED("pow() with 3 arguments requires integers", "\377pow()\2373\206requires integers")
186 : 626 : MP_MATCH_COMPRESSED("raw f-strings are not supported", "\377raw f-strings are\207\245")
187 : 634 : MP_MATCH_COMPRESSED("requested length %d but object has length %d", "\377requested\246\231\263\202\265\246\231")
188 : 606 : MP_MATCH_COMPRESSED("return expected '%q' but got '%q'", "\377\375\247\201\263\360\201")
189 : 472 : MP_MATCH_COMPRESSED("rsplit(None,n)", "rsplit(None,n)")
190 : 612 : MP_MATCH_COMPRESSED("schedule queue full", "schedule queue full")
191 : 466 : MP_MATCH_COMPRESSED("sign not allowed in string format specifier", "\377sign\207\303\234\213\204\216")
192 : 466 : MP_MATCH_COMPRESSED("sign not allowed with integer format specifier 'c'", "\377sign\207\303\237\361\204\216'c'")
193 : 470 : MP_MATCH_COMPRESSED("single '}' encountered in format string", "\377single '}' encountered\234\204\213")
194 : 588 : MP_MATCH_COMPRESSED("slice step can't be zero", "\377slice step\200\224\314")
195 : 584 : MP_MATCH_COMPRESSED("splitting with sub-captures", "\377splitting\237sub-captures")
196 : 458 : MP_MATCH_COMPRESSED("start/end indices", "\377start/end\304")
197 : 580 : MP_MATCH_COMPRESSED("stream operation not supported", "\377stream\352\207\245")
198 : 429 : MP_MATCH_COMPRESSED("string argument without an encoding", "\377\213\205without\260encoding")
199 : 529 : MP_MATCH_COMPRESSED("string index out of range", "\377\213\225\305\226\254")
200 : 521 : MP_MATCH_COMPRESSED("string indices must be integers, not %s", "\377\213\304\210\224\350\207\325")
201 : 503 : MP_MATCH_COMPRESSED("struct: can't index", "\377\306\200\225")
202 : 501 : MP_MATCH_COMPRESSED("struct: index out of range", "\377\306\225\305\226\254")
203 : 501 : MP_MATCH_COMPRESSED("struct: no fields", "\377\306\261fields")
204 : 465 : MP_MATCH_COMPRESSED("substring not found", "\377substring\207\273")
205 : 415 : MP_MATCH_COMPRESSED("super() can't find self", "\377super()\200find\354")
206 : 435 : MP_MATCH_COMPRESSED("syntax error in JSON", "\377\262\243\234JSON")
207 : 423 : MP_MATCH_COMPRESSED("syntax error in uctypes descriptor", "\377\262\243\234uctypes descriptor")
208 : 413 : MP_MATCH_COMPRESSED("ticks interval overflow", "\377ticks interval\300")
209 : 384 : MP_MATCH_COMPRESSED("too many args", "\377\270many\344")
210 : 130 : MP_MATCH_COMPRESSED("too many values to unpack (expected %d)", "\377\270many\322\214\377(expected %d)")
211 : 330 : MP_MATCH_COMPRESSED("tuple index out of range", "\377\302\225\305\226\254")
212 : 342 : MP_MATCH_COMPRESSED("type '%q' isn't an acceptable base type", "\377\221\201\235\260acceptable base\221")
213 : 114 : MP_MATCH_COMPRESSED("type object '%q' has no attribute '%q'", "\377\221\202\201\265\261\230\201")
214 : 334 : MP_MATCH_COMPRESSED("type takes 1 or 3 arguments", "\377\221\3341\3133\206")
215 : 334 : MP_MATCH_COMPRESSED("unary op %q not implemented", "\377unary op\307\207\233")
216 : 318 : MP_MATCH_COMPRESSED("unexpected indent", "\377\342\370")
217 : 318 : MP_MATCH_COMPRESSED("unexpected keyword argument '%q'", "\377\342\212\205\201")
218 : 302 : MP_MATCH_COMPRESSED("unicode name escapes", "\377unicode\267escapes")
219 : 300 : MP_MATCH_COMPRESSED("unindent doesn't match any outer indent level", "\377unindent\252match any outer\370level")
220 : 268 : MP_MATCH_COMPRESSED("unknown conversion specifier %c", "\377\255\256\216%c")
221 : 280 : MP_MATCH_COMPRESSED("unknown format code '%c' for object of type '%s'", "\377\255\204\346'%c'\223\202\226\221\215")
222 : 276 : MP_MATCH_COMPRESSED("unknown type", "\377\255\221")
223 : 276 : MP_MATCH_COMPRESSED("unknown type '%q'", "\377\255\221\201")
224 : 264 : MP_MATCH_COMPRESSED("unmatched '{' in format", "\377unmatched '{'\234\204")
225 : 268 : MP_MATCH_COMPRESSED("unreadable attribute", "\377unreadable\230")
226 : 260 : MP_MATCH_COMPRESSED("unsupported format character '%c' (0x%x) at index %d", "\377\236\204character '%c' (0x%x) at\225\231")
227 : 100 : MP_MATCH_COMPRESSED("unsupported type for %q: '%s'", "\377\236\221\223%q:\215")
228 : 188 : MP_MATCH_COMPRESSED("unsupported types for %q: '%s', '%s'", "\377\236types\223%q: '%s',\215")
229 : 28 : MP_MATCH_COMPRESSED("wbits", "wbits")
230 : 12 : MP_MATCH_COMPRESSED("wrong number of arguments", "\377wrong\317\226\206")
231 : 8 : MP_MATCH_COMPRESSED("zero step", "\377\314step")
232 : : // Total input length: 6698
233 : : // Total compressed length: 3172
234 : : // Total data length: 1151
235 : : // Predicted saving: 2375
236 : :
237 : : // gzip length: 3733
238 : : // Percentage of gzip: 115.8%
239 : : // zlib length: 3721
240 : : // Percentage of zlib: 116.2%
|