Home
last modified time | relevance | path

Searched defs:mydict (Results 1 – 5 of 5) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Derrors.c563 PyObject *mydict = NULL; in PyErr_NewException() local
614 PyObject *mydict = NULL; /* points to the dict only if we create it */ in PyErr_NewExceptionWithDoc() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Derrors.c585 PyObject *mydict = NULL; in PyErr_NewException() local
636 PyObject *mydict = NULL; /* points to the dict only if we create it */ in PyErr_NewExceptionWithDoc() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dmapping_tests.py453 class mydict(self.type2test): class
589 class mydict(self.type2test): class
Dtest_dict.py223 class mydict(dict): class
Dtest_descr.py3611 class mydict(dict): class