Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
DcPickle.c5438 static struct PyMethodDef Unpickler_methods[] = { variable
5626 return Py_FindMethod(Unpickler_methods, (PyObject *)self, name); in Unpickler_getattr()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
DcPickle.c5403 static struct PyMethodDef Unpickler_methods[] = { variable
5591 return Py_FindMethod(Unpickler_methods, (PyObject *)self, name); in Unpickler_getattr()