Home
last modified time | relevance | path

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

/third_party/python/Include/
Ddictobject.h71 #define PyDictValues_Check(op) PyObject_TypeCheck(op, &PyDictValues_Type) macro
/third_party/python/Objects/
Ddictobject.c4241 || PyDictValues_Check(view) in dictview_mapping()