Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Ddictobject.c2918 all_contained_in(PyObject *self, PyObject *other) in all_contained_in() function
2970 ok = all_contained_in(self, other); in dictview_richcompare()
2977 ok = all_contained_in(self, other); in dictview_richcompare()
2982 ok = all_contained_in(self, other); in dictview_richcompare()
2987 ok = all_contained_in(other, self); in dictview_richcompare()
2992 ok = all_contained_in(other, self); in dictview_richcompare()
/external/python/cpython3/Objects/
Ddictobject.c4133 all_contained_in(PyObject *self, PyObject *other) in all_contained_in() function
4183 ok = all_contained_in(self, other); in dictview_richcompare()
4190 ok = all_contained_in(self, other); in dictview_richcompare()
4195 ok = all_contained_in(self, other); in dictview_richcompare()
4200 ok = all_contained_in(other, self); in dictview_richcompare()
4205 ok = all_contained_in(other, self); in dictview_richcompare()