Home
last modified time | relevance | path

Searched refs:unpickle (Results 1 – 17 of 17) sorted by relevance

/external/autotest/site_utils/
Dlog_socket_server.py46 obj = self.unpickle(chunk)
51 def unpickle(self, data): member in LogRecordStreamHandler
/external/python/cpython2/Doc/library/
Dpickle.rst31 constructed data. Never unpickle data received from an untrusted or
91 :mod:`shelve` provides a simple interface to pickle and unpickle objects on
584 To unpickle external objects, the unpickler must have a custom
675 unpickler's stack, a known safe version of any class you deem safe to unpickle.
683 unpickle instances will raise an :exc:`UnpicklingError`. If it is a function,
Dlogging.handlers.rst312 connection. To unpickle the record at the receiving end into a
391 packet. To unpickle the record at the receiving end into a
Dmultiprocessing.rst2285 Better to inherit than pickle/unpickle
/external/python/cpython2/Lib/test/
Dtest_logging.py870 obj = self.unpickle(chunk)
874 def unpickle(self, data): member in LogRecordStreamHandler
/external/python/cpython3/Modules/_ctypes/
Dcallproc.c1632 unpickle(PyObject *self, PyObject *args) in unpickle() function
1766 {"_unpickle", unpickle, METH_VARARGS },
/external/python/cpython2/Modules/_ctypes/
Dcallproc.c1795 unpickle(PyObject *self, PyObject *args) in unpickle() function
1923 {"_unpickle", unpickle, METH_VARARGS },
/external/python/cpython3/Doc/library/
Dpickle.rst34 constructed data. Never unpickle data received from an untrusted or
156 module provides a simple interface to pickle and unpickle objects on
655 To unpickle external objects, the unpickler must have a custom
Dlogging.handlers.rst438 connection. To unpickle the record at the receiving end into a
520 packet. To unpickle the record at the receiving end into a
Dmultiprocessing.rst2628 Better to inherit than pickle/unpickle
/external/python/cpython3/Misc/
DNEWS787 - Issue #28322: Fixed possible crashes when unpickle itertools objects from
2835 - Issue #25945: Fixed a crash when unpickle the functools.partial object with
3730 - Issue #28322: Fixed possible crashes when unpickle itertools objects from
4610 - Issue #25945: Fixed a crash when unpickle the functools.partial object with
DHISTORY3073 - Issue #17897: Optimized unpickle prefetching.
31829 to unpickle in restricted execution mode, where the __dict__ attribute is
/external/python/cpython3/Doc/whatsnew/
D2.3.rst834 not unpickle untrusted data in any version of Python.
/external/python/cpython2/Doc/whatsnew/
D2.3.rst834 not unpickle untrusted data in any version of Python.
/external/python/cpython2/Misc/
DNEWS595 - Issue #25945: Fixed a crash when unpickle the functools.partial object with
DHISTORY14450 to unpickle in restricted execution mode, where the __dict__ attribute is
/external/scapy/test/
Dregression.uts129 = Pickle and unpickle a packet