str.endswith(suffix[, start[, end]]) Return True if the string ends with the specified suffix, otherwise
str.isnumeric() Return true if all characters in the string are numeric characters, and there is at least one character, false
bytes.expandtabs(tabsize=8) bytearray.expandtabs(tabsize=8) Return a copy of the sequence where all ASCII tab characters
classmethod bytes.fromhex(string) This
bytearray.swapcase() Return a copy of the sequence with all the lowercase ASCII characters converted to their corresponding
stop The value of the stop parameter
class.mro() This method can be overridden by a metaclass to customize the method resolution order for its instances. It is called
class list([iterable]) Lists may be constructed in several ways: Using a
bytearray.isupper() Return true if there is at least one uppercase alphabetic ASCII character in the sequence and no lowercase
symmetric_difference_update(other) set ^= other Update the set, keeping only elements found in either set, but not
Page 19 of 20