Navigation
index
modules
|
next
|
previous
|
Numpy and Scipy Documentation
»
NumPy Reference
»
Routines
»
Masked array operations
»
numpy.ma.dump
¶
numpy.ma.
dump
(
a
,
F
)
¶
Pickle the MaskedArray
a
to the file
F
.
F
can either be the handle of an exiting file, or a string representing a file name.
Previous topic
numpy.ma.MaskedArray.tostring
Next topic
numpy.ma.dumps
This Page
Show Source
Edit page
Quick search
Navigation
index
modules
|
next
|
previous
|
Numpy and Scipy Documentation
»
NumPy Reference
»
Routines
»
Masked array operations
»