Py_TPFLAGS_IS_ABSTRACT

Type is abstract and cannot be instantiated */ /// Availability: >= 2.

enum Py_TPFLAGS_IS_ABSTRACT = (1L << 20);

Meta