bytes.expandtabs(tabsize=8) bytearray.expandtabs(tabsize=8) Return a copy of the sequence where all ASCII tab characters
bytearray.splitlines(keepends=False) Return a list of the lines in the binary sequence, breaking at ASCII line boundaries. This
bytearray.startswith(prefix[, start[, end]]) Return True if the binary data starts with the specified prefix
bytearray.isdigit() Return true if all bytes in the sequence are ASCII decimal digits and the sequence is not empty, false otherwise
get(key[, default]) Return the value for key if key is in the dictionary, else default. If default
bytearray.isupper() Return true if there is at least one uppercase alphabetic ASCII character in the sequence and no lowercase
str.partition(sep) Split the string at the first occurrence of sep, and return a 3-tuple containing the part before
str.endswith(suffix[, start[, end]]) Return True if the string ends with the specified suffix, otherwise
class.__subclasses__() Each class keeps a list of weak references to its immediate subclasses. This method returns a list of
hex() Return a string object containing two hexadecimal digits for each byte in the buffer.
Page 19 of 20