HomeSort by relevance Sort by last modified time
    Searched refs:PyDictItems_Check (Results 1 - 2 of 2) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
dictobject.h 103 #define PyDictItems_Check(op) (Py_TYPE(op) == &PyDictItems_Type)
107 (PyDictKeys_Check(op) || PyDictItems_Check(op))
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
dictobject.h 103 #define PyDictItems_Check(op) (Py_TYPE(op) == &PyDictItems_Type)
107 (PyDictKeys_Check(op) || PyDictItems_Check(op))

Completed in 1244 milliseconds