4.7.5.2.1. statsmodels.tools.dump2module.HoldIt

class statsmodels.tools.dump2module.HoldIt(name)[source]

Class to write numpy arrays into a python module

Calling save on the instance of this class write all attributes of the instance into a module file. For details see the save method.

__init__(name)[source]

4.7.5.2.1.1. Methods

__init__(name)
save([what, filename, header, useinstance, ...]) write attributes of this instance to python module given by filename
verify() load the saved module and verify the data