bytes.rindex(sub[, start[, end]]) bytearray.rindex(sub[, start[, end]]) Like rfind() but raises
suboffsets Used internally for PIL-style arrays. The value is informational only.
bytes.ljust(width[, fillbyte]) bytearray.ljust(width[, fillbyte]) Return a copy of the object left justified in
contextmanager.__exit__(exc_type, exc_val, exc_tb) Exit the runtime context and return a Boolean flag indicating if any exception
bytes.isspace() bytearray.isspace() Return true if all bytes in the sequence are ASCII whitespace and the sequence
__eq__(exporter) A memoryview and a
bytearray.rstrip([chars]) Return a copy of the sequence with specified trailing bytes removed. The chars argument is
str.isdecimal() Return true if all characters in the string are decimal characters and there is at least one character, false
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
Page 13 of 20