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.h338 #define Py_TPFLAGS_IS_ABSTRACT (1UL << 20) macro
/third_party/python/Objects/
Dtypeobject.c627 type->tp_flags |= Py_TPFLAGS_IS_ABSTRACT; in type_set_abstractmethods()
629 type->tp_flags &= ~Py_TPFLAGS_IS_ABSTRACT; in type_set_abstractmethods()
3879 if (type->tp_flags & Py_TPFLAGS_IS_ABSTRACT) { in object_new()