Home
last modified time | relevance | path

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

/external/python/cpython2/Mac/Modules/icn/
D_Icnmodule.c22 static PyObject *Icn_Error; variable
1599 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()