unpickle
Appearance
English
[edit]Etymology
[edit]Verb
[edit]unpickle (third-person singular simple present unpickles, present participle unpickling, simple past and past participle unpickled)
- (transitive, programming, in the Python programming language) To deserialize.
- 2009, David M. Beazley, Python essential reference, page 362:
- To reconstruct the message, the receiver must strip the length header, read the entire message, unpickle the contents, and call
logging.makeLogRecord()
.