Searched refs:unpickle (Results 1 – 9 of 9) 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/cpython2/Modules/_ctypes/ |
D | callproc.c | 1795 unpickle(PyObject *self, PyObject *args) in unpickle() function 1923 {"_unpickle", unpickle, METH_VARARGS },
|
/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
|