Searched refs:PyAnySet_CheckExact (Results 1 – 6 of 6) sorted by relevance
95 #define PyAnySet_CheckExact(ob) \ macro
75 .. c:function:: int PyAnySet_CheckExact(PyObject *p)
1347 if (PyAnySet_CheckExact(other)) { in set_isdisjoint()2365 assert(PyAnySet_CheckExact(ob)); in test_c_api()
1999 if (PyAnySet_CheckExact(iterable)) { in _PyDict_FromKeys()
494 else if (PyAnySet_CheckExact(v)) { in w_complex_object()
37 PyAnySet_CheckExact:int:::38 PyAnySet_CheckExact:PyObject*:p:0: