pickleˈpɪk əl
pickle (v)
- present
- pickles
- past
- pickled
- past participle
- pickled
- present participle
- pickling
pickle (n)
English Definitions:
pickle (noun)
vegetables (especially cucumbers) preserved in brine or vinegar
fix, hole, jam, mess, muddle, pickle, kettle of fish (verb)
informal terms for a difficult situation
"he got into a terrible fix"; "he made a muddle of his marriage"
pickle (verb)
preserve in a pickling liquid
Pickle
In the computer programming language Python, pickle is the standard mechanism for object serialization; pickling is the common term among Python programmers for serialization. Pickle uses a simple stack-based virtual machine that records the instructions used to reconstruct the object. This makes pickle vulnerable to security risks by malformed or maliciously constructed data, that may cause the deserializer to import arbitrary modules and instantiate any object. Not all object types can be pickled automatically, especially ones that hold operating system resources like file handles, but users can register custom "reduction" and construction functions to support the pickling and unpickling of arbitrary types. Pickle was originally implemented as the pure Python pickle module, but, in versions of Python prior to 3.0, the cPickle module offers improved performance. In Python 3, users should always import the standard version, which attempts to import the accelerated version and falls back to the pure Python version.
Citation
Use the citation below to add this dictionary page to your bibliography:
Style:MLAChicagoAPA
"pickle." Kamus.net. STANDS4 LLC, 2024. Web. 12 Oct. 2024. <https://www.kamus.net/english/pickle>.
Discuss this bahasa indonesia pickle translation with the community:
Report Comment
We're doing our best to make sure our content is useful, accurate and safe.
If by any chance you spot an inappropriate comment while navigating through our website please use this form to let us know, and we'll take care of it shortly.
Attachment
You need to be logged in to favorite.
Log In