Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dimageop.c27 static PyObject *ImageopDict; variable
96 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()