Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dobject.h648 #define PyType_FastSubclass(t,f) PyType_HasFeature(t,f) macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dobject.h660 #define PyType_FastSubclass(t,f) PyType_HasFeature(t,f) macro