Lines Matching refs:with
1208 Return a bytearray with the given prefix string removed if present.
1210 If the bytearray starts with the prefix string, return
1240 Return a bytearray with the given suffix string removed if present.
1242 If the bytearray ends with the suffix string and that suffix is not
1276 Return a copy with each character mapped by the given translation table.
1407 Return a copy with all occurrences of substring old replaced by new.
1711 "can't extend bytearray with %.100s",
1962 The encoding with which to decode the bytearray.
1967 as well as any other name registered with codecs.register_error that
2107 /* use str based reduction for backwards compatibility with Python 2.x */
2278 bytearray(int) -> bytes array of size given by the parameter initialized with null bytes\n\