Home
last modified time | relevance | path

Searched refs:PyAnySet_Check (Results 1 – 4 of 4) 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()
653 assert (PyAnySet_Check(so)); in set_merge()
654 assert (PyAnySet_Check(otherset)); in set_merge()
723 assert (PyAnySet_Check(so)); in set_pop()
850 assert (PyAnySet_Check(so)); in setiter_iternext()
932 if (PyAnySet_Check(other)) in set_update_internal()
1207 if (!PyAnySet_Check(so) || !PyAnySet_Check(other)) { in set_or()
1227 if (!PyAnySet_Check(other)) { in set_ior()
[all …]
Ddictobject.c2889 if (!PyAnySet_Check(other) && !PyDictViewSet_Check(other)) { in dictview_richcompare()
/external/python/cpython2/Include/
Dsetobject.h72 #define PyAnySet_Check(ob) \ macro
/external/python/cpython2/Doc/c-api/
Dset.rst68 .. c:function:: int PyAnySet_Check(PyObject *p)