Searched defs:PyHamt_Check (Results 1 – 5 of 5) sorted by relevance
38 #define PyHamt_Check(o) Py_IS_TYPE(o, &_PyHamt_Type) macro