Searched refs:Drag_Error (Results 1 – 1 of 1) sorted by relevance
36 static PyObject *Drag_Error; variable54 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()