Home
last modified time | relevance | path

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

/external/python/cpython2/Mac/Modules/drag/
D_Dragmodule.c36 static PyObject *Drag_Error; variable
54 PyErr_SetString(Drag_Error,"Cannot create null Drag"); in DragObj_New()
1131 Drag_Error = PyMac_GetOSErrException(); in init_Drag()
1132 if (Drag_Error == NULL || in init_Drag()
1133 PyDict_SetItemString(d, "Error", Drag_Error) != 0) in init_Drag()