Searched defs:PyInstance_Check (Results 1 – 2 of 2) sorted by relevance
42 #define PyInstance_Check(op) ((op)->ob_type == &PyInstance_Type) macro