Searched refs:Py_TPFLAGS_IS_ABSTRACT (Results 1 – 2 of 2) sorted by relevance
375 #define Py_TPFLAGS_IS_ABSTRACT (1UL << 20) macro
665 type->tp_flags |= Py_TPFLAGS_IS_ABSTRACT; in type_set_abstractmethods()667 type->tp_flags &= ~Py_TPFLAGS_IS_ABSTRACT; in type_set_abstractmethods()4461 if (type->tp_flags & Py_TPFLAGS_IS_ABSTRACT) { in object_new()