Home
last modified time | relevance | path

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

/external/python/cpython2/Mac/Modules/dlg/
D_Dlgmodule.c125 static PyObject *Dlg_Error; variable
1462 PyErr_SetString(Dlg_Error, "Another UserItemProc is already installed"); in Dlg_SetUserItemHandler()
1592 Dlg_Error = PyMac_GetOSErrException(); in init_Dlg()
1593 if (Dlg_Error == NULL || in init_Dlg()
1594 PyDict_SetItemString(d, "Error", Dlg_Error) != 0) in init_Dlg()