Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dodictobject.h21 #define PyODict_Check(op) PyObject_TypeCheck(op, &PyODict_Type) macro
/external/python/cpython3/Objects/
Dodictobject.c864 if (PyODict_Check(left)) { in odict_or()
1529 if (!PyODict_Check(v) || !PyDict_Check(w)) { in odict_richcompare()
1540 if (!PyODict_Check(w)) in odict_richcompare()