bytearray.count(sub[, start[, end]]) Return the number of non-overlapping occurrences of subsequence sub in the range
str.rpartition(sep) Split the string at the last occurrence of sep, and return a 3-tuple containing the part before
bytes.translate(table[, delete]) bytearray.translate(table[, delete]) Return a copy of the bytes or bytearray object
bytes.center(width[, fillbyte]) bytearray.center(width[, fillbyte]) Return a copy of the object centered in a sequence
bytes.rfind(sub[, start[, end]]) bytearray.rfind(sub[, start[, end]]) Return the highest index in the sequence where
bytearray.join(iterable) Return a bytes or bytearray object which is the concatenation of the binary data sequences in the
f_contiguous A bool indicating whether the memory is Fortran contiguous.
str.join(iterable) Return a string which is the concatenation of the strings in the iterable
int.bit_length() Return the number of bits necessary to represent an integer in binary, excluding the sign and leading zeros:
copy() Return a shallow copy of the dictionary.
Page 1 of 20