Searched refs:PyAnySet_CheckExact (Results 1 – 11 of 11) sorted by relevance
92 #define PyAnySet_CheckExact(ob) \ macro
70 #define PyAnySet_CheckExact(ob) \ macro
566 if (numfree < PySet_MAXFREELIST && PyAnySet_CheckExact(so)) in set_dealloc()1014 assert (so != NULL && PyAnySet_CheckExact(so)); in make_new_set()1419 if (PyAnySet_CheckExact(other)) { in set_isdisjoint()2410 assert(PyAnySet_CheckExact(ob)); in test_c_api()
1455 if (PyAnySet_CheckExact(seq)) { in dict_fromkeys()
68 .. c:function:: int PyAnySet_CheckExact(PyObject *p)
74 .. c:function:: int PyAnySet_CheckExact(PyObject *p)
1427 if (PyAnySet_CheckExact(other)) { in set_isdisjoint()2420 assert(PyAnySet_CheckExact(ob)); in test_c_api()
1836 if (PyAnySet_CheckExact(iterable)) { in _PyDict_FromKeys()
397 else if (PyAnySet_CheckExact(v)) { in w_object()
517 else if (PyAnySet_CheckExact(v)) { in w_complex_object()
37 PyAnySet_CheckExact:int:::38 PyAnySet_CheckExact:PyObject*:p:0: