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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
classobject.h 41 #define PyClass_Check(op) ((op)->ob_type == &PyClass_Type)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
classobject.h 41 #define PyClass_Check(op) ((op)->ob_type == &PyClass_Type)
  /external/python/cpython2/Include/
classobject.h 41 #define PyClass_Check(op) ((op)->ob_type == &PyClass_Type)

Completed in 198 milliseconds