Home
last modified time | relevance | path

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

/external/python/cpython2/Mac/Modules/menu/
D_Menumodule.c55 static PyObject *Menu_Error; variable
3462 Menu_Error = PyMac_GetOSErrException(); in init_Menu()
3463 if (Menu_Error == NULL || in init_Menu()
3464 PyDict_SetItemString(d, "Error", Menu_Error) != 0) in init_Menu()