popitem() Remove and return an arbitrary (key, value) pair from the dictionary.
intersection(other, ...) set & other & ... Return a new set with elements common to the set and all others
bytes.ljust(width[, fillbyte]) bytearray.ljust(width[, fillbyte]) Return a copy of the object left justified in
bytes.find(sub[, start[, end]]) bytearray.find(sub[, start[, end]]) Return the lowest index in the data where the
bytes.partition(sep) bytearray.partition(sep) Split the sequence at the first occurrence of sep, and return
bytes.rindex(sub[, start[, end]]) bytearray.rindex(sub[, start[, end]]) Like rfind() but raises
str.index(sub[, start[, end]]) Like find(), but raise
__eq__(exporter) A memoryview and a
step The value of the step parameter (or 1 if the parameter was not supplied)
str.expandtabs(tabsize=8) Return a copy of the string where all tab characters are replaced by one or more spaces, depending
Page 13 of 20