Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dsetobject.c428 assert (PyAnySet_Check(so)); in set_discard_key()
457 assert (PyAnySet_Check(so)); in set_clear_internal()
532 assert (PyAnySet_Check(so)); in set_next()
654 assert (PyAnySet_Check(so)); in set_merge()
655 assert (PyAnySet_Check(otherset)); in set_merge()
724 assert (PyAnySet_Check(so)); in set_pop()
853 assert (PyAnySet_Check(so)); in setiter_iternext()
935 if (PyAnySet_Check(other)) in set_update_internal()
1210 if (!PyAnySet_Check(so) || !PyAnySet_Check(other)) { in set_or()
1230 if (!PyAnySet_Check(other)) { in set_ior()
[all …]
Ddictobject.c2952 if (!PyAnySet_Check(other) && !PyDictViewSet_Check(other)) { in dictview_richcompare()
/external/python/cpython3/Objects/
Dsetobject.c477 assert (PyAnySet_Check(so)); in set_clear_internal()
536 assert (PyAnySet_Check(so)); in set_next()
637 assert (PyAnySet_Check(so)); in set_merge()
638 assert (PyAnySet_Check(otherset)); in set_merge()
708 assert (PyAnySet_Check(so)); in set_pop()
898 assert (PyAnySet_Check(so)); in setiter_iternext()
980 if (PyAnySet_Check(other)) in set_update_internal()
1232 if (!PyAnySet_Check(so) || !PyAnySet_Check(other)) in set_or()
1250 if (!PyAnySet_Check(other)) in set_ior()
1274 if (PyAnySet_Check(other)) { in set_intersection()
[all …]
Ddictobject.c3809 if (!PyAnySet_Check(other) && !PyDictViewSet_Check(other)) in dictview_richcompare()
4025 if (PyAnySet_Check(other) || PyDictViewSet_Check(other)) { in dictviews_isdisjoint()
/external/python/cpython3/Include/
Dsetobject.h67 #define PySet_GET_SIZE(so) (assert(PyAnySet_Check(so)),(((PySetObject *)(so))->used))
94 #define PyAnySet_Check(ob) \ macro
/external/python/cpython2/Include/
Dsetobject.h72 #define PyAnySet_Check(ob) \ macro
/external/python/cpython3/Doc/c-api/
Dset.rst62 .. c:function:: int PyAnySet_Check(PyObject *p)
/external/python/cpython2/Doc/c-api/
Dset.rst68 .. c:function:: int PyAnySet_Check(PyObject *p)
/external/python/cpython3/Doc/data/
Drefcounts.dat34 PyAnySet_Check:int:::
35 PyAnySet_Check:PyObject*:p:0: