Home
last modified time | relevance | path

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

/external/python/cpython2/Mac/Modules/win/
D_Winmodule.c42 static PyObject *Win_Error; variable
3250 Win_Error = PyMac_GetOSErrException(); in init_Win()
3251 if (Win_Error == NULL || in init_Win()
3252 PyDict_SetItemString(d, "Error", Win_Error) != 0) in init_Win()