Movatterモバイル変換


[0]ホーム

URL:


SciPy

numpy.ma.MaskedArray.__setstate__

MaskedArray.__setstate__(state)[source]

Restore the internal state of the masked array, forpickling purposes.state is typically the output of the__getstate__ output, and is a 5-tuple:

  • class name
  • a tuple giving the shape of the data
  • a typecode for the data
  • a binary string for the data
  • a binary string for the mask.

Previous topic

numpy.ma.MaskedArray.__reduce__

Next topic

numpy.ma.MaskedArray.__new__

  • © Copyright 2008-2009, The Scipy community.
  • Last updated on Jun 10, 2017.
  • Created usingSphinx 1.5.3.

[8]ページ先頭

©2009-2025 Movatter.jp