Home
last modified time | relevance | path

Searched refs:PyODict_CheckExact (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Include/cpython/
Dodictobject.h22 #define PyODict_CheckExact(op) Py_IS_TYPE((op), &PyODict_Type) macro
/external/python/cpython3/Objects/
Dodictobject.c1026 if (PyODict_CheckExact(self)) { in OrderedDict_setdefault_impl()
1216 if (PyODict_CheckExact(od)) in odict_copy()
1223 if (PyODict_CheckExact(od)) { in odict_copy()