bytes.zfill(width) bytearray.zfill(width) Return a copy of the sequence left filled with ASCII b'0'
class set([iterable]) class frozenset([iterable]) Return a new set or frozenset object whose elements are taken
str.split(sep=None, maxsplit=-1) Return a list of the words in the string, using sep as the delimiter string. If maxsplit
bytearray.rfind(sub[, start[, end]]) Return the highest index in the sequence where the subsequence sub is found, such
str.replace(old, new[, count]) Return a copy of the string with all occurrences of substring old replaced by new
int.to_bytes(length, byteorder, *, signed=False) Return an array of bytes representing an integer.
str.rstrip([chars]) Return a copy of the string with trailing characters removed. The chars argument is a string specifying
bytearray.lower() Return a copy of the sequence with all the uppercase ASCII characters converted to their corresponding lowercase
definition.__name__ The name of the class, function, method, descriptor, or generator instance.
values() Return a new view of the dictionary’s values. See the documentation of view objects.
Page 4 of 20