public static class cPickle.Unpickler
extends java.lang.Object
cPickle.Unpickler(PyObject)
Modifier and Type | Field | Description |
---|---|---|
PyObject |
find_global |
|
java.util.Map<java.lang.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.
|
Modifier and Type | Method | Description |
---|---|---|
PyObject |
load() |
Unpickle and return an instance of the object represented by
the file.
|
public java.util.Map<java.lang.String,PyObject> memo
public PyObject persistent_load
public PyObject find_global
public PyObject load()