Home
last modified time | relevance | path

Searched refs:PyAnySet_CheckExact (Results 1 – 11 of 11) sorted by relevance

/external/python/cpython3/Include/
Dsetobject.h92 #define PyAnySet_CheckExact(ob) \ macro
/external/python/cpython2/Include/
Dsetobject.h70 #define PyAnySet_CheckExact(ob) \ macro
/external/python/cpython2/Objects/
Dsetobject.c566 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()
Ddictobject.c1455 if (PyAnySet_CheckExact(seq)) { in dict_fromkeys()
/external/python/cpython3/Doc/c-api/
Dset.rst68 .. c:function:: int PyAnySet_CheckExact(PyObject *p)
/external/python/cpython2/Doc/c-api/
Dset.rst74 .. c:function:: int PyAnySet_CheckExact(PyObject *p)
/external/python/cpython3/Objects/
Dsetobject.c1427 if (PyAnySet_CheckExact(other)) { in set_isdisjoint()
2420 assert(PyAnySet_CheckExact(ob)); in test_c_api()
Ddictobject.c1836 if (PyAnySet_CheckExact(iterable)) { in _PyDict_FromKeys()
/external/python/cpython2/Python/
Dmarshal.c397 else if (PyAnySet_CheckExact(v)) { in w_object()
/external/python/cpython3/Python/
Dmarshal.c517 else if (PyAnySet_CheckExact(v)) { in w_complex_object()
/external/python/cpython3/Doc/data/
Drefcounts.dat37 PyAnySet_CheckExact:int:::
38 PyAnySet_CheckExact:PyObject*:p:0: