bytes.rfind(sub[, start[, end]]) bytearray.rfind(sub[, start[, end]]) Return the highest index in the sequence where
static bytes.maketrans(from, to) static bytearray.maketrans(from, to) This static method returns a translation table
bytes.center(width[, fillbyte]) bytearray.center(width[, fillbyte]) Return a copy of the object centered in a sequence
classmethod float.fromhex(s) Class method to return the float represented by a hexadecimal string s. The string s
bytes.rsplit(sep=None, maxsplit=-1) bytearray.rsplit(sep=None, maxsplit=-1) Split the binary sequence into subsequences
f_contiguous A bool indicating whether the memory is Fortran contiguous.
bytearray.rfind(sub[, start[, end]]) Return the highest index in the sequence where the subsequence sub is found, such
bytearray.ljust(width[, fillbyte]) Return a copy of the object left justified in a sequence of length width. Padding
bytes.istitle() bytearray.istitle() Return true if the sequence is ASCII titlecase and the sequence is not empty
str.split(sep=None, maxsplit=-1) Return a list of the words in the string, using sep as the delimiter string. If maxsplit
Page 3 of 20