bytearray.hex() Return a string object containing two hexadecimal digits for each byte in the instance.
definition.__qualname__ The qualified name of the class, function, method, descriptor
bytearray.title() Return a titlecased version of the binary sequence where words start with an uppercase ASCII character and
obj The underlying object of the memoryview: >>>
bytes.rjust(width[, fillbyte]) bytearray.rjust(width[, fillbyte]) Return a copy of the object right justified in
bytearray.partition(sep) Split the sequence at the first occurrence of sep, and return a 3-tuple containing the part
static str.maketrans(x[, y[, z]]) This static method returns a translation table usable for str.translate().
bytearray.center(width[, fillbyte]) Return a copy of the object centered in a sequence of length width. Padding is
pop(key[, default]) If key is in the dictionary, remove it and return its value, else return default. If default
start The value of the start parameter (or 0 if the parameter was not supplied)
Page 8 of 20