-
ndarray.__setstate__(version, shape, dtype, isfortran, rawdata)
-
For unpickling.
Parameters: version : int
optional pickle version. If omitted defaults to 0.
shape : tuple
dtype : data-type
isFortran : bool
rawdata : string or list
a binary string with the data (or a list if ?a? is an object array)
ndarray.__setstate__()
2017-01-10 18:12:20
Please login to continue.