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

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

Completed in 331 milliseconds