Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dimageop.c92 static PyObject *bcos; in imageop_backward_compatible() local
98 if (bcos == NULL) { in imageop_backward_compatible()
100 bcos = PyString_FromString("backward_compatible"); in imageop_backward_compatible()
101 if (bcos == NULL) in imageop_backward_compatible()
104 bco = PyDict_GetItem(ImageopDict, bcos); in imageop_backward_compatible()