pickle.Unpickler.persistent_load()

persistent_load(pid)

Raise an UnpicklingError by default.

If defined, persistent_load() should return the object specified by the persistent ID pid. If an invalid persistent ID is encountered, an UnpicklingError should be raised.

See Persistence of External Objects for details and examples of uses.

doc_python
2016-10-07 17:40:41
Comments
Leave a Comment

Please login to continue.