Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dobject.h338 #define Py_TPFLAGS_IS_ABSTRACT (1UL << 20) macro
/external/python/cpython2/Include/
Dobject.h623 #define Py_TPFLAGS_IS_ABSTRACT (1L<<20) macro