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

/external/python/cpython2/Objects/
H A Dsetobject.c428 assert (PyAnySet_Check(so));
457 assert (PyAnySet_Check(so));
532 assert (PyAnySet_Check(so));
653 assert (PyAnySet_Check(so));
654 assert (PyAnySet_Check(otherset));
723 assert (PyAnySet_Check(so));
850 assert (PyAnySet_Check(so));
932 if (PyAnySet_Check(other))
1207 if (!PyAnySet_Check(so) || !PyAnySet_Check(othe
[all...]
H A Ddictobject.c2889 if (!PyAnySet_Check(other) && !PyDictViewSet_Check(other)) {
/external/python/cpython2/Include/
H A Dsetobject.h72 #define PyAnySet_Check(ob) \ macro
/external/python/cpython3/Include/
H A Dsetobject.h94 #define PyAnySet_Check(ob) \ macro
/external/python/cpython3/Objects/
H A Dsetobject.c478 assert (PyAnySet_Check(so));
537 assert (PyAnySet_Check(so));
637 assert (PyAnySet_Check(so));
638 assert (PyAnySet_Check(otherset));
708 assert (PyAnySet_Check(so));
895 assert (PyAnySet_Check(so));
977 if (PyAnySet_Check(other))
1230 if (!PyAnySet_Check(so) || !PyAnySet_Check(other))
1248 if (!PyAnySet_Check(othe
[all...]
H A Ddictobject.c3877 if (!PyAnySet_Check(other) && !PyDictViewSet_Check(other))
4085 if (PyAnySet_Check(other) || PyDictViewSet_Check(other)) {

Completed in 402 milliseconds