Searched defs:Py_TPFLAGS_UNICODE_SUBCLASS (Results 1 – 4 of 4) sorted by relevance
327 #define Py_TPFLAGS_UNICODE_SUBCLASS (1UL << 28) macro
90 Py_TPFLAGS_UNICODE_SUBCLASS = (1 << 28) variable
80 Py_TPFLAGS_UNICODE_SUBCLASS = (1 << 28) variable
634 #define Py_TPFLAGS_UNICODE_SUBCLASS (1L<<28) macro