There are no base classes.
There are no implemented interfaces.
dispatch
(type:
dict
)
{'': <function load_eof at 0x4087c534>, '\x80': <function load_proto at 0x4087c56c>, '\x83': <function load_ext2 at 0x4087cd14>, '\x82': <function load_ext1 at 0x4087ccdc>, '\x85': <function load_tuple1 at 0x4087ca3c>, '\x84': <function load_ext4 at 0x4087cd4c>, '\x87': <function load_tuple3 at 0x4087caac>, '\x86': <function load_tuple2 at 0x4087ca74>, '\x89': <function load_false at 0x4087c64c>, '\x88': <function load_true at 0x4087c684>, '\x8b': <function load_long4 at 0x4087c80c>, '\x8a': <function load_long1 at 0x4087c7d4>, '\x81': <function load_newobj at 0x4087cc6c>, ')': <function load_empty_tuple at 0x4087ca04>, '(': <function load_mark at 0x4087d17c>, '.': <function load_stop at 0x4087d1b4>, '1': <function load_pop_mark at 0x4087ce64>, '0': <function load_pop at 0x4087ce2c>, '2': <function load_dup at 0x4087ce9c>, 'G': <function load_binfloat at 0x4087c87c>, 'F': <function load_float at 0x4087c844>, 'I': <function load_int at 0x4087c6bc>, 'K': <function load_binint1 at 0x4087c72c>, 'J': <function load_binint at 0x4087c6f4>, 'M': <function load_binint2 at 0x4087c764>, 'L': <function load_long at 0x4087c79c>, 'N': <function load_none at 0x4087c614>, 'Q': <function load_binpersid at 0x4087c5dc>, 'P': <function load_persid at 0x4087c5a4>, 'S': <function load_string at 0x4087c8b4>, 'R': <function load_reduce at 0x4087cdf4>, 'U': <function load_short_binstring at 0x4087c994>, 'T': <function load_binstring at 0x4087c8ec>, 'V': <function load_unicode at 0x4087c924>, 'X': <function load_binunicode at 0x4087c95c>, ']': <function load_empty_list at 0x4087cae4>, 'a': <function load_append at 0x4087d064>, 'c': <function load_global at 0x4087cca4>, 'b': <function load_build at 0x4087d144>, 'e': <function load_appends at 0x4087d09c>, 'd': <function load_dict at 0x4087cb8c>, 'g': <function load_get at 0x4087ced4>, 'i': <function load_inst at 0x4087cbfc>, 'h': <function load_binget at 0x4087cf0c>, 'j': <function load_long_binget at 0x4087cf44>, 'l': <function load_list at 0x4087cb54>, 'o': <function load_obj at 0x4087cc34>, 'q': <function load_binput at 0x4087cfb4>, 'p': <function load_put at 0x4087cf7c>, 's': <function load_setitem at 0x4087d0d4>, 'r': <function load_long_binput at 0x4087d02c>, 'u': <function load_setitems at 0x4087d10c>, 't': <function load_tuple at 0x4087c9cc>, '}': <function load_empty_dictionary at 0x4087cb1c>}
find_class(module, name)
get_extension(code)
load()
Read a pickled object representation from the open file.
Return the reconstituted object hierarchy specified in the file.
load_append()
load_appends()
load_binfloat(unpack=<built-in function unpack>)
load_binget()
load_binint()
load_binint1()
load_binint2()
load_binpersid()
load_binput()
load_binstring()
load_binunicode()
load_build()
load_dict()
load_dup()
load_empty_dictionary()
load_empty_list()
load_empty_tuple()
load_eof()
load_ext1()
load_ext2()
load_ext4()
load_false()
load_float()
load_get()
load_global()
load_inst()
load_int()
load_list()
load_long()
load_long1()
load_long4()
load_long_binget()
load_long_binput()
load_mark()
load_newobj()
load_none()
load_obj()
load_persid()
load_pop()
load_pop_mark()
load_proto()
load_put()
load_reduce()
load_setitem()
load_setitems()
load_short_binstring()
load_stop()
load_string()
load_true()
load_tuple()
load_tuple1()
load_tuple2()
load_tuple3()
load_unicode()
marker()