blob: 65510d083f093feec94d195bf518ad7f9a8bf4a0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
Q(utf-8)
Q(append)
Q(extend)
Q(find)
Q(rfind)
Q(index)
Q(rindex)
Q(decode)
Q(bytearray)
Q(iterator)
TRANSLATE("bad typecode")
TRANSLATE("bytes length not a multiple of item size")
TRANSLATE("wrong number of arguments")
TRANSLATE("a bytes-like object is required")
TRANSLATE("substring not found")
TRANSLATE("only slices with step=1 (aka None) are supported")
|