This is documentation for an old release of SciPy (version 0.9.0). Read this page in the documentation of the latest stable release (version 1.15.1).

scipy.io.save_as_module

scipy.io.save_as_module(file_name=None, data=None)

Save the dictionary “data” into a module and shelf named save.

Parameters :

file_name : str, optional

File name of the module to save.

data : dict, optional

The dictionary to store in the module.

Previous topic

scipy.io.mmwrite

Next topic

scipy.io.wavfile.read

This Page