public static class cPickle.Unpickler extends Object
cPickle.Unpickler(PyObject)
Modifier and Type | Field and Description |
---|---|
PyObject |
find_global |
Map<String,PyObject> |
memo |
PyObject |
persistent_load
For the benefit of persistency modules written using pickle,
it supports the notion of a reference to an object outside
the pickled data stream.
|
public PyObject persistent_load
public PyObject find_global
public PyObject load()