classmethod fromkeys(seq[, value]) Create a new dictionary with keys from seq and values set to value.
bytearray.rjust(width[, fillbyte]) Return a copy of the object right justified in a sequence of length width. Padding
float.hex() Return a representation of a floating-point number as a hexadecimal string. For finite floating-point numbers, this
bytearray.index(sub[, start[, end]]) Like find(), but raise
contextmanager.__enter__() Enter the runtime context and return either this object or another object related to the runtime
str.splitlines([keepends]) Return a list of the lines in the string, breaking at line boundaries. Line breaks are not included
class range(stop) class range(start, stop[, step]) The arguments to the range constructor must be integers (either
bytearray.lstrip([chars]) Return a copy of the sequence with specified leading bytes removed. The chars argument is
contiguous A bool indicating whether the memory is contiguous.
float.is_integer() Return True if the float instance is finite with integral value, and False otherwise:
Page 9 of 20