Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Ddictobject.c2855 all_contained_in(PyObject *self, PyObject *other) in all_contained_in() function
2907 ok = all_contained_in(self, other); in dictview_richcompare()
2914 ok = all_contained_in(self, other); in dictview_richcompare()
2919 ok = all_contained_in(self, other); in dictview_richcompare()
2924 ok = all_contained_in(other, self); in dictview_richcompare()
2929 ok = all_contained_in(other, self); in dictview_richcompare()