bytes.splitlines(keepends=False) bytearray.splitlines(keepends=False) Return a list of the lines in the binary sequence
bytes.rfind(sub[, start[, end]]) bytearray.rfind(sub[, start[, end]]) Return the highest index in the sequence where
bytearray.ljust(width[, fillbyte]) Return a copy of the object left justified in a sequence of length width. Padding
f_contiguous A bool indicating whether the memory is Fortran contiguous.
str.format(*args, **kwargs) Perform a string formatting operation. The string on which this method is called can contain literal
issubset(other) set <= other Test whether every element in the set is in other.
bytearray.count(sub[, start[, end]]) Return the number of non-overlapping occurrences of subsequence sub in the range
str.rpartition(sep) Split the string at the last occurrence of sep, and return a 3-tuple containing the part before
str.istitle() Return true if the string is a titlecased string and there is at least one character, for example uppercase characters
instance.__class__ The class to which a class instance belongs.
Page 3 of 20