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.c3775 all_contained_in(PyObject *self, PyObject *other) in all_contained_in() function
3825 ok = all_contained_in(self, other); in dictview_richcompare()
3832 ok = all_contained_in(self, other); in dictview_richcompare()
3837 ok = all_contained_in(self, other); in dictview_richcompare()
3842 ok = all_contained_in(other, self); in dictview_richcompare()
3847 ok = all_contained_in(other, self); in dictview_richcompare()