Home
last modified time | relevance | path

Searched defs:PyInstance_Check (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dclassobject.h42 #define PyInstance_Check(op) ((op)->ob_type == &PyInstance_Type) macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dclassobject.h42 #define PyInstance_Check(op) ((op)->ob_type == &PyInstance_Type) macro