Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Ddictobject.c1757 PyObject *thiskey, *thisaval, *thisbval; in characterize() local
1787 thisbval = PyDict_GetItem((PyObject *)b, thiskey); in characterize()
1788 if (thisbval == NULL) in characterize()
1793 thisaval, thisbval, Py_EQ); in characterize()