Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dobject.h647 #define PyType_HasFeature(t,f) (((t)->tp_flags & (f)) != 0) macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dobject.h659 #define PyType_HasFeature(t,f) (((t)->tp_flags & (f)) != 0) macro