Searched defs:mydict (Results 1 – 5 of 5) sorted by relevance
563 PyObject *mydict = NULL; in PyErr_NewException() local614 PyObject *mydict = NULL; /* points to the dict only if we create it */ in PyErr_NewExceptionWithDoc() local
585 PyObject *mydict = NULL; in PyErr_NewException() local636 PyObject *mydict = NULL; /* points to the dict only if we create it */ in PyErr_NewExceptionWithDoc() local
453 class mydict(self.type2test): class589 class mydict(self.type2test): class
223 class mydict(dict): class
3611 class mydict(dict): class