bytearray.rsplit(sep=None, maxsplit=-1) Split the binary sequence into subsequences of the same type, using sep as
bytes.capitalize() bytearray.capitalize() Return a copy of the sequence with each byte interpreted as an ASCII character
bytearray.translate(table[, delete]) Return a copy of the bytes or bytearray object where all bytes occurring in the optional
bytes.islower() bytearray.islower() Return true if there is at least one lowercase ASCII character in the sequence
str.isdigit() Return true if all characters in the string are digits and there is at least one character, false otherwise. Digits
remove(elem) Remove element elem from the set. Raises
bytearray.zfill(width) Return a copy of the sequence left filled with ASCII b'0' digits to make a sequence of length
classmethod int.from_bytes(bytes, byteorder, *, signed=False) Return the integer represented by the given array of bytes.
bytearray.lower() Return a copy of the sequence with all the uppercase ASCII characters converted to their corresponding lowercase
obj The underlying object of the memoryview: >>>
Page 7 of 20