Py_TPFLAGS_UNICODE_SUBCLASS

These flags are used to determine if a type is a subclass. */ /// Availability: >= 2.

enum Py_TPFLAGS_UNICODE_SUBCLASS = (1L << 28);

Meta