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

  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
dictobject.h 101 #define PyDict_CheckExact(op) (Py_TYPE(op) == &PyDict_Type)
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
dictobject.h 101 #define PyDict_CheckExact(op) (Py_TYPE(op) == &PyDict_Type)

Completed in 858 milliseconds