Module Object :: Class Unserializer
[show private | hide private]
[frames | no frames]

Class Unserializer

Unpickler --+
            |
           Unserializer


Method Summary
  __init__(self, manager, data)
  persistent_load(self, id)
    Inherited from Unpickler
  find_class(self, module, name)
  get_extension(self, code)
  load(self)
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)

Class Variable Summary
    Inherited from Unpickler
dict dispatch = {'': <function load_eof at 0x4049c72c>, '\x80...

Generated by Epydoc 2.1 on Thu Nov 23 23:40:42 2006 http://epydoc.sf.net