suboffsets Used internally for PIL-style arrays. The value is informational only.
bytes.partition(sep) bytearray.partition(sep) Split the sequence at the first occurrence of sep, and return
bytes.isalnum() bytearray.isalnum() Return true if all bytes in the sequence are alphabetical ASCII characters or
str.isprintable() Return true if all characters in the string are printable or the string is empty, false otherwise. Nonprintable
release() Release the underlying buffer exposed by the memoryview object. Many objects take special actions when a view is held
str.index(sub[, start[, end]]) Like find(), but raise
ndim An integer indicating how many dimensions of a multi-dimensional array the memory represents.
iterator.__next__() Return the next item from the container. If there are no further items, raise the
bytes.isspace() bytearray.isspace() Return true if all bytes in the sequence are ASCII whitespace and the sequence
str.casefold() Return a casefolded copy of the string. Casefolded strings may be used for caseless matching.
Page 16 of 20