Searched refs:cPickle (Results 1 – 4 of 4) sorted by relevance
41 import cPickle43 import pickle as cPickle namespace215 self._data = cPickle.load(f)230 cPickle.dump(self._data, f)
5 from cPickle import load, dump
510 example, ``cPickle`` no longer exists in Python 3; it was merged with524 from six.moves.cPickle import loads553 | ``cPickle`` | :mod:`py2:cPickle` | :mod:`py3:pickle` …
136 from cPickle import load, dump