Home
last modified time | relevance | path

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

/third_party/python/Include/
Dobject.h375 #define Py_TPFLAGS_IS_ABSTRACT (1UL << 20) macro
/third_party/python/Objects/
Dtypeobject.c665 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()