Searched refs:Icn_Error (Results 1 – 1 of 1) sorted by relevance
22 static PyObject *Icn_Error; variable1599 Icn_Error = PyMac_GetOSErrException(); in init_Icn()1600 if (Icn_Error == NULL || in init_Icn()1601 PyDict_SetItemString(d, "Error", Icn_Error) != 0) in init_Icn()