Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
Dmactoolboxglue.c70 PyObject *PyMac_OSErrException; variable
76 if (PyMac_OSErrException == NULL) in PyMac_GetOSErrException()
77 PyMac_OSErrException = PyErr_NewException("MacOS.Error", NULL, NULL); in PyMac_GetOSErrException()
78 return PyMac_OSErrException; in PyMac_GetOSErrException()
/external/python/cpython2/Include/
Dpymactoolbox.h35 extern PyObject *PyMac_OSErrException; /* Exception for OSErr */