stop The value of the stop parameter
classmethod bytes.fromhex(string) This
str.lstrip([chars]) Return a copy of the string with leading characters removed. The chars argument is a string specifying
bytearray.istitle() Return true if the sequence is ASCII titlecase and the sequence is not empty, false otherwise. See bytes
str.isspace() Return true if there are only whitespace characters in the string and there is at least one character, false otherwise
bytes.count(sub[, start[, end]]) bytearray.count(sub[, start[, end]]) Return the number of non-overlapping occurrences
bytearray.swapcase() Return a copy of the sequence with all the lowercase ASCII characters converted to their corresponding
bytearray.upper() Return a copy of the sequence with all the lowercase ASCII characters converted to their corresponding uppercase
bytearray.endswith(suffix[, start[, end]]) Return True if the binary data ends with the specified suffix
str.isnumeric() Return true if all characters in the string are numeric characters, and there is at least one character, false
Page 18 of 20