numpy.ma.masked_array.tofile#

method

ma.masked_array.tofile(fid, sep='', format='%s')[原始碼]#

Save a masked array to a file in binary format.

警告

This function is not implemented yet.

Raises:
NotImplementedError

When tofile is called.