bytearray.istitle() Return true if the sequence is ASCII titlecase and the sequence is not empty, false otherwise. See bytes
shape A tuple of integers the length of ndim giving the shape of the memory as an N-dimensional array.
str.isnumeric() Return true if all characters in the string are numeric characters, and there is at least one character, false
bytearray.replace(old, new[, count]) Return a copy of the sequence with all occurrences of subsequence old replaced
str.casefold() Return a casefolded copy of the string. Casefolded strings may be used for caseless matching.
str.isspace() Return true if there are only whitespace characters in the string and there is at least one character, false otherwise
class.__subclasses__() Each class keeps a list of weak references to its immediate subclasses. This method returns a list of
stop The value of the stop parameter
bytearray.splitlines(keepends=False) Return a list of the lines in the binary sequence, breaking at ASCII line boundaries. This
str.partition(sep) Split the string at the first occurrence of sep, and return a 3-tuple containing the part before
Page 18 of 20