Dear all
I have a class that contains various data arrays and constants
Is there a way of using numpy.save() to save the class so that when I reload it back in I have access to all the member arrays?
Thanks
Ross
See the module docs for pickle and cPickle.
Sturla Molden
Dear all
I have a class that contains various data arrays and constants
Is there a way of using numpy.save() to save the class so that when I reload it back in I have access to all the member arrays?
Thanks
Ross
Numpy-discussion mailing list Numpy-discussion@scipy.org http://projects.scipy.org/mailman/listinfo/numpy-discussion