On this page
numpy.ndarray.__setstate__
method
- ndarray.__setstate__(state, /)
- 
    For unpickling. The stateargument 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) 
 
 
© 2005–2020 NumPy Developers
Licensed under the 3-clause BSD License.
 https://numpy.org/doc/1.19/reference/generated/numpy.ndarray.__setstate__.html