f_contiguous A bool indicating whether the memory is Fortran contiguous.
keys() Return a new view of the dictionary’s keys. See the documentation of view objects.
bytearray.join(iterable) Return a bytes or bytearray object which is the concatenation of the binary data sequences in the
str.startswith(prefix[, start[, end]]) Return True if string starts with the prefix, otherwise return
instance.__class__ The class to which a class instance belongs.
copy() Return a shallow copy of the dictionary.
issuperset(other) set >= other Test whether every element in other is in the set.
static bytes.maketrans(from, to) static bytearray.maketrans(from, to) This static method returns a translation table
classmethod float.fromhex(s) Class method to return the float represented by a hexadecimal string s. The string s
int.bit_length() Return the number of bits necessary to represent an integer in binary, excluding the sign and leading zeros:
Page 1 of 20