classmethod bytearray.fromhex(string) This
intersection_update(other, ...) set &= other & ... Update the set, keeping only elements found in it and
bytes.isalnum() bytearray.isalnum() Return true if all bytes in the sequence are alphabetical ASCII characters or
bytes.lower() bytearray.lower() Return a copy of the sequence with all the uppercase ASCII characters converted
bytes.replace(old, new[, count]) bytearray.replace(old, new[, count]) Return a copy of the sequence with all occurrences
clear() Remove all elements from the set.
itemsize The size in bytes of each element of the memoryview:
ndim An integer indicating how many dimensions of a multi-dimensional array the memory represents.
bytearray.strip([chars]) Return a copy of the sequence with specified leading and trailing bytes removed. The chars
bytes.hex() Return a string object containing two hexadecimal digits for each byte in the instance.
Page 15 of 20