static bytearray.maketrans(from, to) This static method returns a translation table usable for bytes.translate()
bytes.hex() Return a string object containing two hexadecimal digits for each byte in the instance.
bytes.find(sub[, start[, end]]) bytearray.find(sub[, start[, end]]) Return the lowest index in the data where the
str.upper() Return a copy of the string with all the cased characters [4] converted to uppercase. Note that str.upper()
intersection_update(other, ...) set &= other & ... Update the set, keeping only elements found in it and
str.capitalize() Return a copy of the string with its first character capitalized and the rest lowercased.
class.__mro__ This attribute is a tuple of classes that are considered when looking for base classes during method resolution
format A string containing the format (in
bytes.upper() bytearray.upper() Return a copy of the sequence with all the lowercase ASCII characters converted
bytearray.rstrip([chars]) Return a copy of the sequence with specified trailing bytes removed. The chars argument is
Page 14 of 20