spug.util.quickle
index
/home/mmuller/w/spug/util/quickle.py

Quick versions of pickle functions that allow you to dump to and load
from a pickle file using the filename instead of a file object.

 
Modules
       
cPickle

 
Functions
       
dump(obj, name)
Dump /obj/ to a file named /name/.
load(name)
Load and return the first object in file named /name/.