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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
genobject.h 32 #define PyGen_CheckExact(op) (Py_TYPE(op) == &PyGen_Type)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
genobject.h 32 #define PyGen_CheckExact(op) (Py_TYPE(op) == &PyGen_Type)
  /external/python/cpython2/Include/
genobject.h 32 #define PyGen_CheckExact(op) (Py_TYPE(op) == &PyGen_Type)
  /external/python/cpython3/Include/
genobject.h 39 #define PyGen_CheckExact(op) (Py_TYPE(op) == &PyGen_Type)

Completed in 225 milliseconds