Trees | Index | Help |
|
---|
Module pickle :: Class Unpickler |
|
Unserializer
Method Summary | |
---|---|
This takes a file-like object for reading a pickle data stream. | |
find_class(self,
module,
name)
| |
get_extension(self,
code)
| |
Read a pickled object representation from the open file. | |
load_append(self)
| |
load_appends(self)
| |
load_binfloat(self,
unpack)
| |
load_binget(self)
| |
load_binint(self)
| |
load_binint1(self)
| |
load_binint2(self)
| |
load_binpersid(self)
| |
load_binput(self)
| |
load_binstring(self)
| |
load_binunicode(self)
| |
load_build(self)
| |
load_dict(self)
| |
load_dup(self)
| |
load_empty_dictionary(self)
| |
load_empty_list(self)
| |
load_empty_tuple(self)
| |
load_eof(self)
| |
load_ext1(self)
| |
load_ext2(self)
| |
load_ext4(self)
| |
load_false(self)
| |
load_float(self)
| |
load_get(self)
| |
load_global(self)
| |
load_inst(self)
| |
load_int(self)
| |
load_list(self)
| |
load_long(self)
| |
load_long1(self)
| |
load_long4(self)
| |
load_long_binget(self)
| |
load_long_binput(self)
| |
load_mark(self)
| |
load_newobj(self)
| |
load_none(self)
| |
load_obj(self)
| |
load_persid(self)
| |
load_pop(self)
| |
load_pop_mark(self)
| |
load_proto(self)
| |
load_put(self)
| |
load_reduce(self)
| |
load_setitem(self)
| |
load_setitems(self)
| |
load_short_binstring(self)
| |
load_stop(self)
| |
load_string(self)
| |
load_true(self)
| |
load_tuple(self)
| |
load_tuple1(self)
| |
load_tuple2(self)
| |
load_tuple3(self)
| |
load_unicode(self)
| |
marker(self)
| |
_instantiate(self,
klass,
k)
|
Class Variable Summary | |
---|---|
dict |
dispatch = {'': <function load_eof at 0x404bfa04>, '\x80...
|
Method Details |
---|
__init__(self,
file)
|
load(self)Read a pickled object representation from the open file. Return the reconstituted object hierarchy specified in the file. |
Class Variable Details |
---|
Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Sat Apr 14 13:33:25 2007 | http://epydoc.sf.net |