clear() Remove all elements from the set.
bytes.hex() Return a string object containing two hexadecimal digits for each byte in the instance.
release() Release the underlying buffer exposed by the memoryview object. Many objects take special actions when a view is held
bytearray.rstrip([chars]) Return a copy of the sequence with specified trailing bytes removed. The chars argument is
contextmanager.__exit__(exc_type, exc_val, exc_tb) Exit the runtime context and return a Boolean flag indicating if any exception
bytearray.strip([chars]) Return a copy of the sequence with specified leading and trailing bytes removed. The chars
bytes.isupper() bytearray.isupper() Return true if there is at least one uppercase alphabetic ASCII character in
bytes.isspace() bytearray.isspace() Return true if all bytes in the sequence are ASCII whitespace and the sequence
bytearray.isspace() Return true if all bytes in the sequence are ASCII whitespace and the sequence is not empty, false otherwise
classmethod bytearray.fromhex(string) This
Page 14 of 20