Home
last modified time | relevance | path

Searched refs:_unpickle (Results 1 – 3 of 3) sorted by relevance

/external/scapy/scapy/
Dpacket.py82 def _unpickle(self, dlist): member in Packet
101 return self._unpickle(state)
/external/python/cpython3/Modules/_ctypes/
D_ctypes.c127 static PyObject *_unpickle; variable
2666 _unpickle, in PyCData_reduce()
5452 _unpickle = PyObject_GetAttrString(m, "_unpickle"); in PyInit__ctypes()
5453 if (_unpickle == NULL) in PyInit__ctypes()
/external/python/cpython2/Modules/_ctypes/
D_ctypes.c145 static PyObject *_unpickle; variable
2782 _unpickle, in PyCData_reduce()
5689 _unpickle = PyObject_GetAttrString(m, "_unpickle"); in init_ctypes()
5690 if (_unpickle == NULL) in init_ctypes()