array.frombytes(s)
Appends items from the string, interpreting the string as an array of machine values (as if it had been read from a file using the fromfile()
method).
New in version 3.2: fromstring()
is renamed to frombytes()
for clarity.
Please login to continue.