Searched refs:PyODict_CheckExact (Results 1 – 2 of 2) sorted by relevance
22 #define PyODict_CheckExact(op) Py_IS_TYPE((op), &PyODict_Type) macro
1026 if (PyODict_CheckExact(self)) { in OrderedDict_setdefault_impl()1216 if (PyODict_CheckExact(od)) in odict_copy()1223 if (PyODict_CheckExact(od)) { in odict_copy()