Searched refs:ImageopDict (Results 1 – 1 of 1) sorted by relevance
27 static PyObject *ImageopDict; variable96 if (ImageopDict == NULL) /* "cannot happen" */ in imageop_backward_compatible()104 bco = PyDict_GetItem(ImageopDict, bcos); in imageop_backward_compatible()793 ImageopDict = PyModule_GetDict(m); in initimageop()796 PyDict_SetItemString(ImageopDict, "error", ImageopError); in initimageop()