Home
last modified time | relevance | path

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

/third_party/python/Include/
Dobject.h354 #define Py_TPFLAGS_MANAGED_DICT (1 << 4) macro
/third_party/python/Tools/gdb/
Dlibpython.py74 Py_TPFLAGS_MANAGED_DICT = (1 << 4) variable