Home
last modified time | relevance | path

Searched defs:Py_TPFLAGS_STRING_SUBCLASS (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Tools/gdb/
Dlibpython.py79 Py_TPFLAGS_STRING_SUBCLASS = (1 << 27) variable
/external/python/cpython2/Include/
Dobject.h633 #define Py_TPFLAGS_STRING_SUBCLASS (1L<<27) macro