Home
last modified time | relevance | path

Searched refs:Py_TPFLAGS_IS_ABSTRACT (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dobject.h623 #define Py_TPFLAGS_IS_ABSTRACT (1L<<20) macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dobject.h611 #define Py_TPFLAGS_IS_ABSTRACT (1L<<20) macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dtypeobject.c352 type->tp_flags |= Py_TPFLAGS_IS_ABSTRACT; in type_set_abstractmethods()
354 type->tp_flags &= ~Py_TPFLAGS_IS_ABSTRACT; in type_set_abstractmethods()
2918 if (type->tp_flags & Py_TPFLAGS_IS_ABSTRACT) { in object_new()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dtypeobject.c344 type->tp_flags |= Py_TPFLAGS_IS_ABSTRACT; in type_set_abstractmethods()
347 type->tp_flags &= ~Py_TPFLAGS_IS_ABSTRACT; in type_set_abstractmethods()
2887 if (type->tp_flags & Py_TPFLAGS_IS_ABSTRACT) { in object_new()