Searched refs:Pickle (Results 1 – 13 of 13) sorted by relevance
1 [section Pickle support]3 Pickle is a Python module for object serialization, also known as persistence, marshalling, or flat…9 [section The Pickle Interface]
137 class Pickle; variable
252 Pickle representation of floats with protocol 0 now is the same for both
14 # Pickle collected data for later comparisons.
1041 .. seealso:: :pep:`574` -- Pickle protocol 5 with out-of-band data1151 # Pickle the 'data' dictionary using the highest protocol available.1172 Pickle interface constructor registration for extension types.
287 Pickle serialization
1663 # Matthews and Vincent (1998) write that Atikokan, Pickle Lake, and1682 # Walton also writes "Supposedly Pickle Lake and Mishkeegogamang
366 Pickle protocol 5 with out-of-band data buffers
814 PEP 307: Pickle Enhancements
1230 :pep:`3154` -- Pickle protocol 4
6753 + base::Pickle pickle;6766 + base::Pickle* pickle) {6799 + base::Pickle pickle(reinterpret_cast<const char*>(temp_buffer),6929 + base::Pickle* pickle);
23239 +struct Header : public base::Pickle::Header {23291 + base::Pickle pickle(reinterpret_cast<const char*>(value->GetBlob().data()),23433 + base::Pickle pickle_;43604 @@ -27,7 +27,7 @@ class Pickle;
8310 - Issue #13505: Pickle bytes objects in a way that is compatible with