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