Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dodictobject.h22 #define PyODict_CheckExact(op) Py_IS_TYPE(op, &PyODict_Type) macro
/external/python/cpython3/Objects/
Dodictobject.c1014 if (PyODict_CheckExact(self)) { in OrderedDict_setdefault_impl()
1097 if (PyODict_CheckExact(od)) { in _odict_popkey_hash()
1244 if (PyODict_CheckExact(od)) in odict_copy()
1251 if (PyODict_CheckExact(od)) { in odict_copy()
1439 if (PyODict_CheckExact(self)) { in odict_repr()