Searched defs:_PyUnion_Check (Results 1 – 5 of 5) sorted by relevance
12 #define _PyUnion_Check(op) Py_IS_TYPE(op, &_PyUnion_Type) macro