Py_TPFLAGS_STRING_SUBCLASS

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
  1. enum Py_TPFLAGS_STRING_SUBCLASS;
    version(Python_2_6_Or_Later && !Python_3_0_Or_Later)
    extern (C)
    enum Py_TPFLAGS_STRING_SUBCLASS = (1L << 27);
  2. enum Py_TPFLAGS_UNICODE_SUBCLASS;
  3. enum Py_TPFLAGS_DICT_SUBCLASS;
  4. enum Py_TPFLAGS_BASE_EXC_SUBCLASS;
  5. enum Py_TPFLAGS_TYPE_SUBCLASS;

Meta