bytearray.isdigit() Return true if all bytes in the sequence are ASCII decimal digits and the sequence is not empty, false otherwise
shape A tuple of integers the length of ndim giving the shape of the memory as an N-dimensional array.
str.zfill(width) Return a copy of the string left filled with ASCII '0' digits to make a string of length width
str.endswith(suffix[, start[, end]]) Return True if the string ends with the specified suffix, otherwise
str.isnumeric() Return true if all characters in the string are numeric characters, and there is at least one character, false
bytes.expandtabs(tabsize=8) bytearray.expandtabs(tabsize=8) Return a copy of the sequence where all ASCII tab characters
classmethod bytes.fromhex(string) This
bytearray.swapcase() Return a copy of the sequence with all the lowercase ASCII characters converted to their corresponding
stop The value of the stop parameter
class.mro() This method can be overridden by a metaclass to customize the method resolution order for its instances. It is called
Page 20 of 20