popitem() Remove and return an arbitrary (key, value) pair from the dictionary.
bytearray.isspace() Return true if all bytes in the sequence are ASCII whitespace and the sequence is not empty, false otherwise
bytes.startswith(prefix[, start[, end]]) bytearray.startswith(prefix[, start[, end]]) Return True if
bytes.isupper() bytearray.isupper() Return true if there is at least one uppercase alphabetic ASCII character in
class.__mro__ This attribute is a tuple of classes that are considered when looking for base classes during method resolution
add(elem) Add element elem to the set.
copy() Return a new set with a shallow copy of s.
str.expandtabs(tabsize=8) Return a copy of the string where all tab characters are replaced by one or more spaces, depending
bytes.rindex(sub[, start[, end]]) bytearray.rindex(sub[, start[, end]]) Like rfind() but raises
bytes.split(sep=None, maxsplit=-1) bytearray.split(sep=None, maxsplit=-1) Split the binary sequence into subsequences
Page 16 of 20