Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
DcPickle.c5454 static struct PyMethodDef Unpickler_methods[] = { variable
5642 return Py_FindMethod(Unpickler_methods, (PyObject *)self, name); in Unpickler_getattr()
/external/python/cpython3/Modules/
D_pickle.c7186 static struct PyMethodDef Unpickler_methods[] = { variable
7667 Unpickler_methods, /*tp_methods*/