Save and load Python objects with pickle
Save and load Python objects with pickle
py_save_object(object, filename, pickle = "pickle", ...) py_load_object(filename, pickle = "pickle", ...)
object |
Object to save |
filename |
File name |
pickle |
The implementation of pickle to use (defaults to "pickle" but could e.g. also be "cPickle") |
... |
Optional arguments to be passed to the |
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.