class str(object='') class str(object=b'', encoding='utf-8', errors='strict') Return a string version
pop(key[, default]) If key is in the dictionary, remove it and return its value, else return default. If default
start The value of the start parameter (or 0 if the parameter was not supplied)
class dict(**kwarg) class dict(mapping, **kwarg) class dict(iterable, **kwarg) Return
strides A tuple of integers the length of ndim giving the size in bytes to access each element for each dimension
bytes.isdigit() bytearray.isdigit() Return true if all bytes in the sequence are ASCII decimal digits and the sequence
float.hex() Return a representation of a floating-point number as a hexadecimal string. For finite floating-point numbers, this
isdisjoint(other) Return True if the set has no elements in common with other. Sets are disjoint if and
str.splitlines([keepends]) Return a list of the lines in the string, breaking at line boundaries. Line breaks are not included
nbytes nbytes == product(shape) * itemsize == len(m.tobytes()). This is the amount of space in bytes that the array
Page 10 of 20