Terms vs Unpickle - What's the difference?
terms | unpickle |
(transitive, programming, in the Python programming language) To deserialize.
* 2009 , David M. Beazley, Python essential reference (page 362)
As a noun terms
is .As a verb unpickle is
(transitive|programming|in the python programming language) to deserialize.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().
