Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Ddictobject.c1810 PyObject *thiskey, *thisaval, *thisbval; in characterize() local
1840 thisbval = PyDict_GetItem((PyObject *)b, thiskey); in characterize()
1841 if (thisbval == NULL) in characterize()
1846 thisaval, thisbval, Py_EQ); in characterize()