Home
last modified time | relevance | path

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

/third_party/python/Include/
Dsetobject.h95 #define PyAnySet_CheckExact(ob) \ macro
/third_party/python/Doc/c-api/
Dset.rst75 .. c:function:: int PyAnySet_CheckExact(PyObject *p)
/third_party/python/Objects/
Dsetobject.c1347 if (PyAnySet_CheckExact(other)) { in set_isdisjoint()
2365 assert(PyAnySet_CheckExact(ob)); in test_c_api()
Ddictobject.c1999 if (PyAnySet_CheckExact(iterable)) { in _PyDict_FromKeys()
/third_party/python/Python/
Dmarshal.c494 else if (PyAnySet_CheckExact(v)) { in w_complex_object()
/third_party/python/Doc/data/
Drefcounts.dat37 PyAnySet_CheckExact:int:::
38 PyAnySet_CheckExact:PyObject*:p:0: