release() Release the underlying buffer exposed by the memoryview object. Many objects take special actions when a view is held
format A string containing the format (in
static bytearray.maketrans(from, to) This static method returns a translation table usable for bytes.translate()
step The value of the step parameter (or 1 if the parameter was not supplied)
str.isprintable() Return true if all characters in the string are printable or the string is empty, false otherwise. Nonprintable
str.capitalize() Return a copy of the string with its first character capitalized and the rest lowercased.
c_contiguous A bool indicating whether the memory is C-contiguous.
iterator.__next__() Return the next item from the container. If there are no further items, raise the
str.index(sub[, start[, end]]) Like find(), but raise
class.__bases__ The tuple of base classes of a class object.
Page 14 of 20