Home
last modified time | relevance | path

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

/third_party/python/Include/
Dobject.h385 #define Py_TPFLAGS_TUPLE_SUBCLASS (1UL << 26) macro
/third_party/python/Tools/gdb/
Dlibpython.py88 Py_TPFLAGS_TUPLE_SUBCLASS = (1 << 26) variable