bytearray.join(iterable) Return a bytes or bytearray object which is the concatenation of the binary data sequences in the
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
bytes.center(width[, fillbyte]) bytearray.center(width[, fillbyte]) Return a copy of the object centered in a sequence
bytes.swapcase() bytearray.swapcase() Return a copy of the sequence with all the lowercase ASCII characters converted
int.bit_length() Return the number of bits necessary to represent an integer in binary, excluding the sign and leading zeros:
classmethod float.fromhex(s) Class method to return the float represented by a hexadecimal string s. The string s
tobytes() Return the data in the buffer as a bytestring. This is equivalent to calling the
int.to_bytes(length, byteorder, *, signed=False) Return an array of bytes representing an integer.
str.join(iterable) Return a string which is the concatenation of the strings in the iterable
Page 1 of 20