Home
last modified time | relevance | path

Searched refs:PyFrozenSet_Check (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Include/
Dsetobject.h79 #define PyFrozenSet_Check(ob) \ macro
/external/python/cpython2/Doc/c-api/
Dset.rst61 .. c:function:: int PyFrozenSet_Check(PyObject *p)
/external/python/cpython2/Objects/
Dsetobject.c2323 (!PyFrozenSet_Check(anyset) || Py_REFCNT(anyset) != 1)) { in PySet_Add()
/external/python/cpython2/Misc/
DNEWS12130 - Added ``PySet_Check()`` and ``PyFrozenSet_Check()`` to the set API.