marshal.loads(string)
Convert the string to a value. If no valid value is found, raise EOFError
, ValueError
or TypeError
. Extra characters in the string are ignored.
marshal.loads(string)
Convert the string to a value. If no valid value is found, raise EOFError
, ValueError
or TypeError
. Extra characters in the string are ignored.
Please login to continue.