Searched defs:Py_TPFLAGS_UNICODE_SUBCLASS (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Tools/gdb/ | ||
D | libpython.py | 80 Py_TPFLAGS_UNICODE_SUBCLASS = (1 << 28) variable |
/external/python/cpython2/Include/ | ||
D | object.h | 634 #define Py_TPFLAGS_UNICODE_SUBCLASS (1L<<28) macro |