Unpickle vs Dunpickle - What's the difference?
unpickle | dunpickle |
(transitive, programming, in the Python programming language) To deserialize.
* 2009 , David M. Beazley, Python essential reference (page 362)
As a verb unpickle
is (transitive|programming|in the python programming language) to deserialize.As a noun dunpickle is
(obsolete) marsh harrier (a bird).unpickle
English
Verb
(unpickl)- To reconstruct the message, the receiver must strip the length header, read the entire message, unpickle the contents, and call
logging.makeLogRecord().
