[ Web Proxy ]
URL:
Viewing: https://numpy.org/doc/stable/reference/generated/../generated/numpy.ndarray.__setstate__.html [Back]  [Original]

numpy.ndarray.__setstate__ — NumPy v2.5 Manual
Back to top
Search the docs ...:

numpy.ndarray.__setstate__#

method

ndarray.__setstate__(state, /)#

For unpickling.

The state argument must be a sequence that contains the following elements:

Parameters:
versionint

optional pickle version. If omitted defaults to 0.

shapetuple
dtypedata-type
isFortranbool
rawdatastring or list

a binary string with the data (or a list if a is an object array)


Web Proxy Viewer  |  New URL  |  Original Page