Searched refs:PyProfiler_CheckExact (Results 1 – 2 of 2) sorted by relevance
113 #define PyProfiler_CheckExact(op) (Py_TYPE(op) == &PyProfiler_Type) macro
123 #define PyProfiler_CheckExact(op) (Py_TYPE(op) == &PyProfiler_Type) macro