Home
last modified time | relevance | path

Searched defs:PyFrozenSet_CheckExact (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Include/
Dsetobject.h69 #define PyFrozenSet_CheckExact(ob) (Py_TYPE(ob) == &PyFrozenSet_Type) macro
/external/python/cpython3/Include/
Dsetobject.h91 #define PyFrozenSet_CheckExact(ob) (Py_TYPE(ob) == &PyFrozenSet_Type) macro