|
__init__(self,
file,
protocol=None,
bin=None)
This takes a file-like object for writing a pickle data stream. |
source code
|
|
|
|
|
dump(self,
obj)
Write a pickled representation of obj to the open file. |
source code
|
|
|
memoize(self,
obj)
Store an object in the memo. |
source code
|
|
|
put(self,
i,
pack=<function pack at 0x33dfb0>) |
source code
|
|
|
get(self,
i,
pack=<function pack at 0x33dfb0>) |
source code
|
|
|
|
|
|
|
|
|
save_reduce(self,
func,
args,
state=None,
listitems=None,
dictitems=None,
obj=None) |
source code
|
|
|
|
|
|
|
save_int(self,
obj,
pack=<function pack at 0x33dfb0>) |
source code
|
|
|
save_long(self,
obj,
pack=<function pack at 0x33dfb0>) |
source code
|
|
|
save_float(self,
obj,
pack=<function pack at 0x33dfb0>) |
source code
|
|
|
save_unicode(self,
obj,
pack=<function pack at 0x33dfb0>) |
source code
|
|
|
save_string(self,
obj,
pack=<function pack at 0x33dfb0>) |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
save_global(self,
obj,
name=None,
pack=<function pack at 0x33dfb0>) |
source code
|
|