str.expandtabs(tabsize=8) Return a copy of the string where all tab characters are replaced by one or more spaces, depending
step The value of the step parameter (or 1 if the parameter was not supplied)
intersection(other, ...) set & other & ... Return a new set with elements common to the set and all others
bytes.startswith(prefix[, start[, end]]) bytearray.startswith(prefix[, start[, end]]) Return True if
bytes.replace(old, new[, count]) bytearray.replace(old, new[, count]) Return a copy of the sequence with all occurrences
copy() Return a new set with a shallow copy of s.
__eq__(exporter) A memoryview and a
bytearray.strip([chars]) Return a copy of the sequence with specified leading and trailing bytes removed. The chars
contextmanager.__exit__(exc_type, exc_val, exc_tb) Exit the runtime context and return a Boolean flag indicating if any exception
static bytearray.maketrans(from, to) This static method returns a translation table usable for bytes.translate()
Page 13 of 20