Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/_ctypes/
D_ctypes.c139 static PyObject *_unpickle; variable
2698 _unpickle, in PyCData_reduce()
5594 _unpickle = PyObject_GetAttrString(m, "_unpickle"); in init_ctypes()
5595 if (_unpickle == NULL) in init_ctypes()