Home
last modified time | relevance | path

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

/external/python/cpython2/Mac/Modules/res/
D_Resmodule.c37 static PyObject *Res_Error; variable
1746 Res_Error = PyMac_GetOSErrException(); in init_Res()
1747 if (Res_Error == NULL || in init_Res()
1748 PyDict_SetItemString(d, "Error", Res_Error) != 0) in init_Res()