Home
last modified time | relevance | path

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

/external/python/cpython2/Mac/Modules/ae/
D_AEmodule.c48 static PyObject *AE_Error; variable
1445 AE_Error = PyMac_GetOSErrException(); in init_AE()
1446 if (AE_Error == NULL || in init_AE()
1447 PyDict_SetItemString(d, "Error", AE_Error) != 0) in init_AE()