Lines Matching refs:given
1208 Return a bytearray with the given prefix string removed if present.
1240 Return a bytearray with the given suffix string removed if present.
1276 Return a copy with each character mapped by the given translation table.
1279 The remaining characters are mapped through the given translation table.
1409 If the optional argument count is given, only the first count occurrences are
1471 Partition the bytearray into three parts using the given separator.
1508 Partition the bytearray into three parts using the given separator.
1619 Insert a single item into the bytearray before the given index.
1796 If no index argument is given, will pop the last item.
2021 Line breaks are not included in the resulting list unless keepends is given and
2278 bytearray(int) -> bytes array of size given by the parameter initialized with null bytes\n\