Home
last modified time | relevance | path

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

/third_party/python/Include/
H A Ddictobject.h72 #define PyDictItems_Check(op) PyObject_TypeCheck(op, &PyDictItems_Type) macro
75 (PyDictKeys_Check(op) || PyDictItems_Check(op))
/third_party/python/Objects/
H A Ddictobject.c4601 || PyDictItems_Check(view)); in dictview_mapping()
4852 /* else PyDictItems_Check(self) */ in _PyDictView_Intersect()
4901 assert(PyDictItems_Check(self)); in dictitems_xor()
4902 assert(PyDictItems_Check(other)); in dictitems_xor()
4987 if (PyDictItems_Check(self) && PyDictItems_Check(other)) { in dictviews_xor()

Completed in 7 milliseconds