Py_TPFLAGS_IS_ABSTRACT

Type is abstract and cannot be instantiated Availability: >= 2.6

version(Python_2_6_Or_Later)
extern (C)
enum Py_TPFLAGS_IS_ABSTRACT = (1L << 20);

Meta