aboutsummaryrefslogtreecommitdiff
path: root/circuitpython/mpy-cross/build/genhdr/qstr/@@__py__objstr.c.qstr
blob: 3fbf4c8acb8ceb67bf76a7c72d2c3dc68dc45b24 (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
61
62
63
64
65
66
67
Q(__bytes__)
Q(tuple)
Q(tuple)
Q(utf-8)
Q(utf-8)
Q(decode)
Q(find)
Q(rfind)
Q(index)
Q(rindex)
Q(join)
Q(split)
Q(rsplit)
Q(startswith)
Q(endswith)
Q(strip)
Q(lstrip)
Q(rstrip)
Q(format)
Q(replace)
Q(count)
Q(lower)
Q(upper)
Q(isspace)
Q(isalpha)
Q(isdigit)
Q(isupper)
Q(islower)
Q(bytes)
Q(str)
Q(bytes)
Q(str)
TRANSLATE("bytes value out of range")
TRANSLATE("wrong number of arguments")
TRANSLATE("only slices with step=1 (aka None) are supported")
TRANSLATE("join expects a list of str/bytes objects consistent with self object")
TRANSLATE("empty separator")
TRANSLATE("rsplit(None,n)")
TRANSLATE("empty separator")
TRANSLATE("substring not found")
TRANSLATE("start/end indices")
TRANSLATE("single '}' encountered in format string")
TRANSLATE("end of format while looking for conversion specifier")
TRANSLATE("unknown conversion specifier %c")
TRANSLATE("unmatched '{' in format")
TRANSLATE("expected ':' after format specifier")
TRANSLATE("can't switch from automatic field numbering to manual field specification")
TRANSLATE("%q index out of range")
TRANSLATE("attributes not supported yet")
TRANSLATE("can't switch from manual field specification to automatic field numbering")
TRANSLATE("%q index out of range")
TRANSLATE("invalid format specifier")
TRANSLATE("sign not allowed in string format specifier")
TRANSLATE("sign not allowed with integer format specifier 'c'")
TRANSLATE("unknown format code '%c' for object of type '%q'")
TRANSLATE("unknown format code '%c' for object of type '%q'")
TRANSLATE("'=' alignment not allowed in string format specifier")
TRANSLATE("unknown format code '%c' for object of type '%q'")
TRANSLATE("format requires a dict")
TRANSLATE("incomplete format key")
TRANSLATE("incomplete format")
TRANSLATE("not enough arguments for format string")
TRANSLATE("%%c requires int or char")
TRANSLATE("%%c requires int or char")
TRANSLATE("unsupported format character '%c' (0x%x) at index %d")
TRANSLATE("not all arguments converted during string formatting")
TRANSLATE("can't convert '%q' object to %q implicitly")