Function | __init__ | Undocumented |
Function | __getstate__ | Gets the state from the instance to be pickled
|
Function | __setstate__ | Sets the state to the instance when being unpickled
|
Function | save | Saves the instance to a pickle filename. If no filename argument is
|
Function | set_filename | Sets the name of the file which will be used to pickle the
|
Function | unpickle | Loads an instance from a pickle file; if it fails for some reason,
|