Home
last modified time | relevance | path

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

/external/python/cpython2/Mac/Modules/cf/
D_CFmodule.c112 static PyObject *CF_Error; variable
4898 CF_Error = PyMac_GetOSErrException(); in init_CF()
4899 if (CF_Error == NULL || in init_CF()
4900 PyDict_SetItemString(d, "Error", CF_Error) != 0) in init_CF()