Lines Matching defs:pickle
6 import pickle
5161 protocols = range(pickle.HIGHEST_PROTOCOL + 1)
5284 protocols = range(pickle.HIGHEST_PROTOCOL + 1)
5325 """Utility method to generate the many possible pickle configurations.
5328 "This class copies object using pickle."
5337 # the string which we will allow us to tell the pickle
5344 itertools.product(range(pickle.HIGHEST_PROTOCOL + 1),
5345 {pickle.dumps, pickle._dumps},
5346 {pickle.loads, pickle._loads}))
5357 pickle.dumps(C(), 0)
5363 pickle.dumps(D(), 0)
5505 # Testing copying through pickle