Searched refs:AE_Error (Results 1 – 1 of 1) sorted by relevance
48 static PyObject *AE_Error; variable1445 AE_Error = PyMac_GetOSErrException(); in init_AE()1446 if (AE_Error == NULL || in init_AE()1447 PyDict_SetItemString(d, "Error", AE_Error) != 0) in init_AE()