Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
DcPickle.c130 static PyObject *__class___str, *__getinitargs___str, *__dict___str, variable
2136 if (!( state = PyObject_GetAttr(args, __dict___str))) { in save_inst()
4589 dict = PyObject_GetAttr(inst, __dict___str); in load_build()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
DcPickle.c130 static PyObject *__class___str, *__getinitargs___str, *__dict___str, variable
2105 if (!( state = PyObject_GetAttr(args, __dict___str))) { in save_inst()
4554 dict = PyObject_GetAttr(inst, __dict___str); in load_build()