Home
last modified time | relevance | path

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

/external/python/cpython2/Mac/Modules/cg/
D_CGmodule.c92 static PyObject *CG_Error; variable
1302 CG_Error = PyMac_GetOSErrException(); in init_CG()
1303 if (CG_Error == NULL || in init_CG()
1304 PyDict_SetItemString(d, "Error", CG_Error) != 0) in init_CG()