Home
last modified time | relevance | path

Searched refs:PyAnySet_Check (Results 1 - 5 of 5) sorted by relevance

/third_party/python/Objects/
H A Dsetobject.c406 assert (PyAnySet_Check(so)); in set_clear_internal()
465 assert (PyAnySet_Check(so)); in set_next()
566 assert (PyAnySet_Check(so)); in set_merge()
567 assert (PyAnySet_Check(otherset)); in set_merge()
803 assert (PyAnySet_Check(so)); in setiter_iternext()
885 if (PyAnySet_Check(other)) in set_update_internal()
1153 if (!PyAnySet_Check(so) || !PyAnySet_Check(other)) in set_or()
1171 if (!PyAnySet_Check(other)) in set_ior()
1195 if (PyAnySet_Check(othe in set_intersection()
[all...]
H A Ddictobject.c4657 if (!PyAnySet_Check(other) && !PyDictViewSet_Check(other)) in dictview_richcompare()
5040 if (PyAnySet_Check(other) || PyDictViewSet_Check(other)) { in dictviews_isdisjoint()
/third_party/python/Include/cpython/
H A Dsetobject.h62 (assert(PyAnySet_Check(so)), (((PySetObject *)(so))->used))
/third_party/python/Include/
H A Dsetobject.h30 #define PyAnySet_Check(ob) \ macro
/third_party/python/Python/
H A Dcompile.c4754 PyAnySet_Check(v))) in check_subscripter()

Completed in 21 milliseconds