Home
last modified time | relevance | path

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

/third_party/python/Include/cpython/
H A Dodictobject.h22 #define PyODict_CheckExact(op) Py_IS_TYPE(op, &PyODict_Type) macro
/third_party/python/Objects/
H A Dodictobject.c1003 if (PyODict_CheckExact(self)) { in OrderedDict_setdefault_impl()
1190 if (PyODict_CheckExact(od)) in odict_copy()
1197 if (PyODict_CheckExact(od)) { in odict_copy()
1385 if (PyODict_CheckExact(self)) { in odict_repr()

Completed in 4 milliseconds