Searched refs:unpickle (Results 1 – 17 of 17) sorted by relevance
/external/autotest/site_utils/ |
D | log_socket_server.py | 46 obj = self.unpickle(chunk) 51 def unpickle(self, data): member in LogRecordStreamHandler
|
/external/python/cpython2/Doc/library/ |
D | pickle.rst | 31 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,
|
D | logging.handlers.rst | 312 connection. To unpickle the record at the receiving end into a 391 packet. To unpickle the record at the receiving end into a
|
D | multiprocessing.rst | 2285 Better to inherit than pickle/unpickle
|
/external/python/cpython2/Lib/test/ |
D | test_logging.py | 870 obj = self.unpickle(chunk) 874 def unpickle(self, data): member in LogRecordStreamHandler
|
/external/python/cpython3/Modules/_ctypes/ |
D | callproc.c | 1632 unpickle(PyObject *self, PyObject *args) in unpickle() function 1766 {"_unpickle", unpickle, METH_VARARGS },
|
/external/python/cpython2/Modules/_ctypes/ |
D | callproc.c | 1795 unpickle(PyObject *self, PyObject *args) in unpickle() function 1923 {"_unpickle", unpickle, METH_VARARGS },
|
/external/python/cpython3/Doc/library/ |
D | pickle.rst | 34 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
|
D | logging.handlers.rst | 438 connection. To unpickle the record at the receiving end into a 520 packet. To unpickle the record at the receiving end into a
|
D | multiprocessing.rst | 2628 Better to inherit than pickle/unpickle
|
/external/python/cpython3/Misc/ |
D | NEWS | 787 - 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
|
D | HISTORY | 3073 - Issue #17897: Optimized unpickle prefetching. 31829 to unpickle in restricted execution mode, where the __dict__ attribute is
|
/external/python/cpython3/Doc/whatsnew/ |
D | 2.3.rst | 834 not unpickle untrusted data in any version of Python.
|
/external/python/cpython2/Doc/whatsnew/ |
D | 2.3.rst | 834 not unpickle untrusted data in any version of Python.
|
/external/python/cpython2/Misc/ |
D | NEWS | 595 - Issue #25945: Fixed a crash when unpickle the functools.partial object with
|
D | HISTORY | 14450 to unpickle in restricted execution mode, where the __dict__ attribute is
|
/external/scapy/test/ |
D | regression.uts | 129 = Pickle and unpickle a packet
|