ID EN
Array

frombytes

Python 3.11

Appends items from the bytes-like object, interpreting its content as an array of machine values (as if it had been read from a file using the fromfile() method).

Syntax

PYTHON
frombytes(buffer)

See Also

bytes-like object fromfile() frombytes()