Searched refs:PyModule_CheckExact (Results 1 – 2 of 2) sorted by relevance
13 #define PyModule_CheckExact(op) (Py_TYPE(op) == &PyModule_Type) macro