Searched defs:PyFrozenSet_Check (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Include/ | ||
D | setobject.h | 79 #define PyFrozenSet_Check(ob) \ macro |
/external/python/cpython3/Include/ | ||
D | setobject.h | 100 #define PyFrozenSet_Check(ob) \ macro |