Home
last modified time | relevance | path

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

/third_party/python/Include/cpython/
Dodictobject.h22 #define PyODict_CheckExact(op) Py_IS_TYPE(op, &PyODict_Type) macro
/third_party/python/Objects/
Dodictobject.c1014 if (PyODict_CheckExact(self)) { in OrderedDict_setdefault_impl()
1095 if (PyODict_CheckExact(od)) { in _odict_popkey_hash()
1242 if (PyODict_CheckExact(od)) in odict_copy()
1249 if (PyODict_CheckExact(od)) { in odict_copy()
1437 if (PyODict_CheckExact(self)) { in odict_repr()